Integration to mobile application
Do you run a mobile application and you want to integrate our payment gateway?
The integration of the payment gateway into a mobile application is very similar to its integration into a web interface. The only difference is that on the web, it is possible to use an iframe, among other methods, while in a mobile application, a component designed for displaying web pages, typically WebView, can be used.
An alternative to using WebView is displaying the payment in the device's native browser and subsequently utilizing a redirection mechanism back to the mobile application. For Android, this involves using an Intent, while for iPhone, URL Schemes or Universal Links are used.
For further information on integration, please refer to the API dprotocol.