---
title: "Get a list of first party bank transfer payouts"
method: GET
path: "/{customer_profile_id}/withdrawals"
---

# Get a list of first party bank transfer payouts

`GET /{customer_profile_id}/withdrawals`

[Available in Production/Sandbox environment] Retrieve bank transfer payouts for a customer profile

## Path parameters

- `customer_profile_id` string, required

## Query parameters

- `page[size]` integer
- `page[number]` integer
- `sort` string
- `filter[created_after]` string
- `filter[created_before]` string
- `filter[currency]` string
- `filter[status]` string

## 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` string — Payout contract ID.
  - `type` string — Request type.
  - `idempotency_id` string — Idempotency ID for the transaction.
  - `amount` string — Transaction amount.
  - `fees` string — Fees charged for the transaction.
  - `status` string — Transaction status.
  - `account_no` string — Bank account number.
  - `bank_abbrev` string — Bank abbreviation.
  - `failure_reason` string — Reason for failure (if applicable).
  - `arrival` string — Estimated arrival time of the transaction.
  - `currency` string — Transaction currency.
  - `express` string — Transfer method (e.g. `FAST`).
  - `payout_invoice_id` string — Associated payout invoice ID.
  - `wallet_name` string — Wallet from which funds are deducted.
  - `created_at` string — Timestamp when the transaction was created.
  - `bank_account_holder_name` string — Beneficiary bank account holder name.
  - `swift_bic` string — Beneficiary bank SWIFT/BIC code.
  - `beneficiary_address` string — Beneficiary address.
  - `description` string — Description of this transaction (contract) according to merchant.

---

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