---
title: "Get a list of customer profile bank accounts"
method: GET
path: "/{customer_profile_id}/bank_accounts"
---

# Get a list of customer profile bank accounts

`GET /{customer_profile_id}/bank_accounts`

[Available in Sandbox/Production environment] Retrieve list of bank accounts and their verification status for a customer profile.

## Path parameters

- `customer_profile_id` string, required

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Response `200`

200

- object[]
  - `id` integer — Customer profile bank account ID.
  - `account_no` string — Bank account number.
  - `account_holder_name` string — Name of the bank account holder.
  - `bank_abbrev` string — Bank abbreviation.
  - `disabled` boolean — Whether the bank account is disabled.
  - `verification_status` string — Customer profile bank account's verification status.
  - `swift_bic` string — SWIFT code of the bank account.
  - `bank_account_proof` string — Bank account proof.
  - `payment_reason` string — Payment reason is a field used to pass clear, specific instructions to the receiving bank.
  - `updated_at` string — Timestamp when the bank account was last updated.

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/revisions/9ceee2969aeb/schema)
