Getting a list of payment providers
A payment provider is a Gini partner which integrated the Gini Request-to-Pay for Banks SDK into their mobile apps for Android or iOS. The Gini Request-to-Pay for Banks SDK allows to receive and resolve payment requests following all the RTP rulebook.
You will use this endpoint only if you are integrating directly via the API-to-API implementation. If you are using any mobile or web SDK, you want need to integrate this endpoint.
Responses
- 200
successful operation
application/vnd.gini.v1+json
Schema
Example (from schema)
Schema
- Array [
- ]
id string
The id of the payment providers
name string
The name of the payment provider
minAppVersion object
Object containing the minimal required app versions per platform
ios string
android string
appSchemeIOS string
The uri scheme for query the banking app for iOS
packageNameAndroid string
The unique package name of the banking app
[
{
"id": "7e72441c-32f8-11eb-b611-c3190574373c",
"name": "string",
"minAppVersion": {
"ios": "7.7.2",
"android": "6.9.1"
},
"appSchemeIOS": "ginipay_ingdiba",
"packageNameAndroid": "com.example.bank"
}
]
Loading...