---
title: "Get a list of all bank accounts"
method: GET
path: "/v2/accounts/{account_id}/bank-account"
tags: ["Bank account management"]
---

# Get a list of all bank accounts

`GET /v2/accounts/{account_id}/bank-account`

This service can be used to get all ACTIVE bank accounts that have been added to the account.

## Path parameters

- `account_id` string, required

## Response `200`

OK

- ResponseGetBankAccount[]
  - `account_id` string — User’s dLocal account ID.
  - `bank_account_id` string — Bank account ID assigned by dLocal.
  - `creation_date` string, date — Bank account creation's timestamp. ISO-8601 - Notification’s timestamp (YYYY-MM-DDTHH:mm:ss.SSSSZ)
  - `status` string — Bank account status. <br><br> [See details](https://docs.dlocal.com/reference/bank-status-v2-platforms).
  - `status_code` number — Bank account status code. <br><br> It could be 200 (active) or 300 (inactive)
  - `status_detail` string — Bank account status detail.
  - `bank` object
    - `country` string — Bank account’s country code. ISO 3166-1 alpha-2 code.
    - `currency` string — Bank account’s currency. Three-letter ISO-4217 currency code, in uppercase.
    - `code` string — See `bank_codes` details from Payouts in the [Country requirements](https://docs.dlocal.com/docs/country-requirements-payouts) article.
    - `account_number` string — Bank account’s number.
    - `type` string — Type of account. <br><br>Possible values: `INTERNATIONAL` or `LOCAL`.
    - `branch` string — Bank account branch.
    - `account_type` string — Bank account’s type. <br><br>Possible values: `CHECKING`, `SAVING`, `PIX_PHONE`, `PIX_EMAIL`, `PIX_BANK_ACCOUNT`, or `PIX_DOCUMENT_ID`.
    - `swift` string — Bank account swift number.
    - `beneficiary` object
      - `name` string — Bank account beneficiary's first name or company name.
      - `last_name` string — Bank account beneficiary's last name.
      - `document_id` string — Beneficiary's document ID.
      - `document_type` string — Beneficiary's document type.
      - `address` string — Beneficiary's address.
      - `phone` string — Beneficiary's phone number. <br><br>Length: 20.
      - `email` string — Beneficiary's email address.
    - `pix_keys` object[] — Pix keys associated to the bank account.
      - `key` string — Pix key
      - `status` string — Pix key status. <br><br>Possible values: `ACTIVE`, `INACTIVE`.
      - `type` string — Pix key type. <br><br>Possible values: `PIX_PHONE`, `PIX_EMAIL`, `PIX_BANK_ACCOUNT`, `PIX_DOCUMENT_ID`, `PIX_EVP`.

## Other responses

- `404` — Bad request

---

[API](https://skmtc.net/dlocal/apis/payins.md) · [All operations](https://skmtc.net/dlocal/apis/payins/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dlocal/payins/revisions/d87e090020f9/schema)
