Payment gateway integration

2
How to integrate a payment gateway into our Mendix web application? Please help.
asked
2 answers
0

There are many payment gateways you can choose.  Choose one with a robust and well-established API, and build a REST integration with it.  I have integrated with Stripe for a number of projects in the past.  This documentation with help you get started: https://docs.mendix.com/howto/integration/consume-a-rest-service

answered
0

Which payment provider do you want to use? In the mendix marketplace there are 2 already available (Mollie and RazorPay). If you need to use these, download the app and configure it how you need to.

Else you should check if your provider has any APIs that you can use. You can manually execute them in a transaction microflow that you can design how you want to.

answered