---
title: "Get Organisation Bank Accounts"
method: GET
path: "/organisations/{organisationId}/bank-accounts"
tags: ["Organisations"]
---

# Get Organisation Bank Accounts

`GET /organisations/{organisationId}/bank-accounts`

Retrieve the bank account details for a single organisation.

## Path parameters

- `organisationId` string, uuid, required

## Headers

- `Crezco-Version` string

## Response `200`

OK

- BankAccount[]
  - `bankAccountId` string, uuid — <p> Unique ID of the bank account in Crezco. Set by Crezco. </p>
  - `organisationId` string, uuid — <p> Unique ID of the owning organisation in Crezco. Set by Crezco. </p>
  - `accountRoutingName` string — Routing name of the account, either an individual or company name
  - `institutionCode` string — <p> Identifier of the institution the money is being sent from. </p>
  - `institutionName` string — <p> Name of the institution the money is being sent from. </p>
  - `country` string — ISO 3166-1 alpha-2 code for the country where the account is located (i.e. "GB")
  - `currencyCode` string — <p> <a href="https://en.wikipedia.org/wiki/ISO_4217#List_of_ISO_4217_currency_codes">ISO 4217 alpha-3 Currency Code</a> for this payment (i.e. GBP) </p>
  - `sortCode` string — Bank sort code
  - `accountNumber` string — Bank account number
  - `lastBalance` string, nullable — Last known Bank account balance, in major currency
  - `lastBalanceUpdated` string, nullable — Date and time of last balance update
  - `status` string — Last known Bank account status
  - `singlePaymentConstraints` BankAccountConstraints
    - `allowImmediatePayment` boolean — <p> Does the bank account allow immediate payments for this payment mode </p>
    - `allowScheduledPayment` boolean — <p> Does the bank account allow scheduled payments for this payment mode </p>
    - `minDateOffset` integer — <p> Minimum day offset for payment </p>
    - `maxDateOffset` integer — <p> Maximum day offset for payment </p>
    - `offsetDaysType` 'Unknown' | 'Calendar' | 'Business'
  - `batchPaymentConstraints` BankAccountConstraints
    - `allowImmediatePayment` boolean — <p> Does the bank account allow immediate payments for this payment mode </p>
    - `allowScheduledPayment` boolean — <p> Does the bank account allow scheduled payments for this payment mode </p>
    - `minDateOffset` integer — <p> Minimum day offset for payment </p>
    - `maxDateOffset` integer — <p> Maximum day offset for payment </p>
    - `offsetDaysType` 'Unknown' | 'Calendar' | 'Business'
  - `lastUpdated` string, date-time, nullable — When the status of this bank account was last updated
  - `lastConnected` string, date-time, nullable — When this bank account was last connected

## Other responses

- `400` — Bad Request
- `401` — You do not have access. Check your API key is correct.
- `403` — You do not have access to this organisation.
- `404` — Not Found
- `406` — The version of the API that you requested is not available. Check your Crezco-Version header. If you omit this header you will use the latest version of the API.
- `429` — You have made too many requests to the API in too short a period. Wait a while and try again.

---

[API](https://skmtc.net/crezco/apis/payables-api.md) · [All operations](https://skmtc.net/crezco/apis/payables-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crezco/payables-api/revisions/4427e79fba09/schema)
