/
Get Payment Provider

Get Payment Provider

Response

Key

Description

Key

Description

id

The ID of the payment provider.

name

The name of the payment provider.

minAppVersion

The object containing the minimal required app versions per platform.

appSchemeIOS

The URI scheme for query the banking app for iOS.

packageNameAndroid

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" } }

Related content

Get List of Payment Provider
Get List of Payment Provider
More like this
text
Read with this
Get Payment Requests
Get Payment Requests
More like this
amount
amount
Read with this
Get Payment
Get Payment
More like this
Create Payment Requests
Create Payment Requests
More like this