Servicenow payment gateway integration

BabaS
Tera Contributor

Hello

I am trying to add a payment gateway feature in a catalog in our custom portal in servicenow.
I am doing API Integration using Rest Messages.

I have tried paypal integration in which i am getting "client credential issue" while doing make payment method in paypal.
I have also created account in sandbox.

Does anyone had already implemented paypal integration with servicenow.
or anyone implemented related payments integrations like freedompay or any other share your findings and process.

thanks in advance

regards
BABA

2 REPLIES 2

enrikzaneha
Kilo Contributor

Try generating new API credentials in the PayPal sandbox just to rule out any issues with the old ones. As for other integrations, I haven't personally used FreedomPay, but I've heard good things about it.

I also remember that I ran into similar issues when trying to integrate PayPal. That "client credential issue" can be frustrating, especially after setting up the sandbox. It usually comes down to double-checking your API credentials and making sure everything matches up, including permissions.

 

If you haven’t already, take a look at the documentation for PayPal’s REST API; it might shed some light on what’s missing. Also, for alternative payment solutions, I’ve had success with atlos.io for crypto payments. It’s a simple setup and might be a good fit for your project if you're looking for flexibility.