Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An example app is available in the Gini Health SDK’s repository. In order to test using our example health app, use development client credentials. This ensures that Gini Health SDK uses a payment provider which opens your development banking app. To inject your Gini Bank API credentials into the health example app, fill in your credentials.

Also, replace the ginipay-bank URL scheme in the example health app’s LSApplicationQueriesSchemes in the Info.plist with the Gini Pay URL scheme we provide for your banking app.
For the example implementation you can use our example app.

End-to-end testing

After you set the client credentials in Gini Health SDK’s example app, start the payment flow with a document import or by taking a photo. After following the integration steps above, your banking app is launched and you’re able to fetch the payment request, show the payment information and resolve the payment after the transaction is confirmed. At this point, you can redirect back to the health app.

...