Does anyone know how to integrate a local payment gateway into my Niotron app?
I want to add “Lenco” as the payment gateway: Welcome to Lenco's API doc
I want the app to get payment and get success or failure responses all happening in the app.
If anyone can help integrate this API, I’m willing to pay for the assistance!
The docs seems to mention only about integrating it into a website, you can create a website, host the payment page and display that webpage in the Android app. You can get the payment status on your server using the webhook url and then update a database value or something from the server to check the status on your app.
1 Like