---
title: "Get Beneficiary Bank Account Fields"
method: GET
path: "/beneficiaries/bank-account/fields"
tags: ["BankAccountFieldsEndpoints"]
---

# Get Beneficiary Bank Account Fields

`GET /beneficiaries/bank-account/fields`

Retrieve the fields required to create a beneficiary

## Query parameters

- `Country` string, required — The country of the beneficiary's bank account. This is an ISO 3166-1 alpha-2 code.
- `Currency` string, required — The currency of the beneficiary's bank account. This is an ISO 4217:2015 Alpha-3 currency code.

## Headers

- `Crezco-Version` string

## Response `200`

OK

- BankAccountFieldResourceRepresentationVersion3[]
  - `type` 'Regular' | 'Priority' | 'Fedwire', required
  - `fields` string[], required — Fields required to enable pay network type

## Other responses

- `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)
