This endpoint filters and fetches the list of Token.io-connected banks, gets information on specific banks, and initiates authorization with user-selected banks.
The GET /v2/banks
endpoint retrieves a list of Token.io-integrated banks matching the parameters specified.
Successful response
The client specified an invalid argument
The authorization information is missing or invalid
Permission to access this endpoint is denied
An unexpected or internal server error
The operation was not implemented
Service is unavailable
Gateway has timed out
{- "banks": [
- {
- "id": "ob-modelo",
- "bic": "BOFIIE2D",
- "name": "GoldBank",
- "bankGroup": "XYZ-Bank-Group",
- "bankSubGroup": "Sub-XYZ-Bank-Group",
- "countries": [
- "DE",
- "IT"
], - "openBankingStandard": "UK_Open_Banking_Standard",
- "credentialFields": {
- "fields": [
- {
- "description": "User authentication",
- "displayName": "Client ID",
- "flickerCode": "FLICKERCODE",
- "id": "clientId",
- "image": "YWJAeXoyWhAeXohteQ",
- "options": [
- "SMS",
- "Phone call"
], - "type": "PASSWORD"
}
]
}, - "mandatoryFields": [
- {
- "products": [
- "SIP"
], - "fieldPaths": [
- "initiation.debtor"
], - "paymentTypes": [
- "International"
], - "localInstruments": [
- "SEPA"
]
}
], - "maintenanceWindow": [
- {
- "startTime": "2023-05-03T12:28:20.466Z",
- "endTime": "2023-05-03T12:40:25.47Z",
- "type": "OUTAGE",
- "productType": "SIP"
}
], - "fieldsFormatInformation": [
- {
- "constraint": "^[A-Za-z0-9?:()./,'+\\-\\s]*$",
- "name": "description",
- "path": "credentials.credentials1"
}
], - "supportedLocalInstruments": [
- "SEPA",
- "SEPA_INSTANT",
- "FASTER_PAYMENTS"
], - "operationalTime": "MON to FRI, 00:00 to 24:00 GMT+1",
- "transactionHistoryLimit": 65,
- "supportsAccountList": true,
- "supportsAccountDetails": true,
- "supportsAccountBalance": true,
- "supportsTransactionList": true,
- "supportsTransactionDetails": true,
- "supportsStandingOrderList": true,
- "supportsTransactionsDateFilter": true,
- "requiresOneStepPayment": true,
- "supportsSinglePayment": true,
- "supportsScheduledPayment": true,
- "supportsSendPayment": false,
- "supportsReceivePayment": false,
- "supportsStandingOrder": true,
- "supportsReturnRefundAccount": true,
- "supportsFundsConfirmation": true,
- "supportsVariableRecurringPayment": true
}
], - "paging": {
- "page": 15,
- "pageCount": 80,
- "perPage": 32,
- "totalCount": 2500
}, - "rank": [
- 1,
- 2,
- 100
], - "bankSubGroup": [
- "CMM Grand",
- "Banque Populaire",
- "La Banque"
]
}