/
Android Manifest (Pay Connect)

Android Manifest (Pay Connect)

To enable receiving payment requests, add an intent filter for the ginipay URL to your manifest. This also lets other Gini SDKs (such as Gini Health SDK) detect if your app is installed:

<intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <data android:host="payment" android:scheme="ginipay" /> </intent-filter>

The intent filter can be added to the activity which handles the payment flow of that payment request.

 

Related content

Android Manifest (Pay Connect)
Android Manifest (Pay Connect)
More like this
Android Manifest (Pay Connect)
Android Manifest (Pay Connect)
More like this
Work with Payment Requests
Work with Payment Requests
Read with this
Android Manifest (Pay Connect)
Android Manifest (Pay Connect)
More like this

Gini GmbH | Ridlerstr. 57 | 80339 München