---
title: "Get a first party bank transfer payout"
method: GET
path: "/customer_profile/{customer_profile_id}/withdrawals/{id}"
---

# Get a first party bank transfer payout

`GET /customer_profile/{customer_profile_id}/withdrawals/{id}`

## Path parameters

- `customer_profile_id` string, required
- `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`

- union
  - 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.
    - `external_reference` string — External transaction reference which will be seen by the recipient.
  - 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.
    - `external_reference` string — External transaction reference which will be seen by the recipient.

---

[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/versions/9ceee2969aeb/schema)
