v1
latestOpenAPI 3.0.12026-07-2428103163.2 KBOrganisations
Get Organisation Bank Accounts
Retrieve the bank account details for a single organisation.
get/organisations/{organisationId}/bank-accounts
Path parameters
organisationIdstring uuid required
The unique Crezco ID for an organisation
Headers
Crezco-Versionstring
The requested API version
Response
OK
Example response
[
{
"bankAccountId": "63F49021-A5FA-4A29-A3CB-2BECC11E721C",
"organisationId": "BC77508B-E3C8-4A03-8D96-3045B0DBD499",
"accountRoutingName": "Test Company Ltd",
"institutionCode": "CREZCO-SANDBOX-GB",
"institutionName": "Crezco Sandbox - GB",
"country": "GB",
"currencyCode": "GBP",
"sortCode": "12-34-56",
"accountNumber": "12345678",
"lastBalance": "1234.56",
"lastBalanceUpdated": "2022-01-23T12:23:00.123Z",
"status": "Active",
"singlePaymentConstraints": {
"allowImmediatePayment": true,
"allowScheduledPayment": true,
"maxDateOffset": 364
},
"batchPaymentConstraints": {
"allowImmediatePayment": true,
"allowScheduledPayment": true,
"maxDateOffset": 364
},
"lastUpdated": "2023-11-08T11:38:29.9083558Z",
"lastConnected": "2023-11-08T11:38:29.9083558Z"
}
]