Field | Description |
---|---|
| Bank's unique identifier. |
| Bank's name. |
| If the bank is a subsidiary, then we will expose it's parent name here |
| Bank's ISO 3166-1 alpha-2 country code. |
| Hexadecimal code (without "#") |
| Hexadecimal code (without "#") |
| |
| |
| |
| An array of bank field that holds the online bank connection form information and requirements. |
| An array of the bank's capabilities : |
| This field is exposed if the bank has |
| This field is exposed if the bank has |
| Channel type available for this bank. Possible values: "psd2", "direct_access" |
BANK FIELD
| Field's name on the bank's website. |
---|---|
| Field's type. Depending on the bank:
|
| "1" meaning that the field only accepts numbers. |
| Field's maximum length. |
{
"id": 17,
"name": "La Banque Postale Particulier",
"parent_name": "La Banque Postale",
"country_code": "FR",
"primary_color": null,
"secondary_color": null,
"logo_url": "https://web.bankin.com/img/banks-logo/france/[email protected]",
"deeplink_ios": null,
"deeplink_android": null,
"form": [
{
"label": "Identifiant",
"type": "USER",
"isNum": "0",
"maxLength": 11
},
{
"label": "Mot de passe",
"type": "PWD",
"isNum": "1",
"maxLength": 6
}
],
"authentication_type": "INTERNAL_CREDS",
"capabilities": [
"ais",
"single_transfer",
"single_payment"
],
"transfer": {
"nb_max_transactions": 1,
"max_size_label": 140,
"multiple_dates_transfers": false
},
"payment": {
"nb_max_transactions": 1,
"max_size_label": 140,
"multiple_dates_payments": false,
"sender_iban_available": true
},
"channel_type": [
"dsp2",
"direct_access"
]
}