Servicenow payment gateway integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2024 10:43 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2024 05:47 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2024 07:10 AM
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.