Testing the payment feature requires an app that uses Gini SDK which can create payment requests. Gini Health SDK is one such SDK. You can use it to create payment requests and to forward them to your banking app to view and resolve those payment requests.
An example app is available in the Gini Health SDK’s repository. You can use the same Gini Bank API client credentials in that example app as in your app if not otherwise specified. In order to test using the example app, you need to use development client credentials. This will make sure the example will use a payment provider which will open your development banking app.
End-to-end testing
After you’ve set the client credentials in the Gini Health SDK’s example app, you can install it along with your banking app on your device. Run the example app and import an invoice or take a picture of one to start the payment flow. After following the integration steps above your banking app will be launched and you’ll be able to fetch the payment request, show the payment information and resolve the payment after the transaction has been confirmed. At this point, you may redirect back to the example app.
With these steps completed, you have verified that your app, Gini Bank API, Gini Health SDK, and Gini Bank SDK work together correctly.
Testing in production
The steps are the same, but instead of the development client credentials, you will need to use production client credentials. This will make sure Gini Health SDK receives real payment providers including the one which opens your production banking app.
For testing the flow using the example app, make sure that the production client credentials are used before installing it. You can also test with a real app that uses Gini Health SDK (or another similar Gini SDK). Contact us in case you don’t know which app(s) to install for starting the payment flow.