Get Payment Provider
Response
Key | Description |
---|---|
| The ID of the payment provider. |
| The name of the payment provider. |
| The object containing the minimal required app versions per platform. |
| The URI scheme for query the banking app for iOS. |
| The unique package name of the banking app. |
//get the payment provider
GET /paymentProviders/7e72441c-32f8-11eb-b611-c3190574373c
Host: health-api.gini.net
Authorization: BEARER c796535e-32e4-11eb-b966-e30e07dee3dc
Accept: application/vnd.gini.v3+json
//yields the payment provider object
{
"id": "7e72441c-32f8-11eb-b611-c3190574373c",
"name": "ING-DiBa",
"appSchemeIOS": "ginipay_ingdiba",
"packageNameAndroid": "com.example.bank",
"minAppVersion" : {
"ios": "4.3.2",
"android": "3.5.1"
}
}