Android
For Android usage scenario, using the Webview is recommended.
After creating the transaction and getting the transaction link, the following implementation is recommended:
In your common flow (which IDPay is inserted) you will open the Webview with the link generated through the API;
Customize this opening in any way that is ideal for your application;
Monitor if the URL has changed (to redirectUrl) and then close the Webview;
The following code shows how to open a Webview:
The following code shows how to control when to close the Webview:
The following permissions must be enabled in the Android Manifest:
Follows an example of how it should look in the APP:
The following permissions are required to function correctly:
Camera;
Geolocation.
Still need help?
Didn't find something or still need help? If you're already a client or partner, you can reach out through our Help Center.
Last updated