v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
Cards

Retrieve a card withdrawal

Retrieve a card withdrawal with the specified ID, applicable to top-up accounts only

get/customers/{customerID}/card_accounts/{cardAccountID}/withdrawals/{cardWithdrawalID}

Path parameters

customerIDstring required

A UUID that uniquely identifies a resource

cardAccountIDstring required

A UUID that uniquely identifies a resource

cardWithdrawalIDstring required

A UUID that uniquely identifies a resource

Response

The retrieved withdrawal

idstring required

A UUID that uniquely identifies a resource

card_account_idstring required

A UUID that uniquely identifies a resource

customer_idstring required

A UUID that uniquely identifies a resource

amountstring required

The amount represented as a decimal string

type'top_up_balance_withdrawal' | 'fee'

The type of the withdrawal. Defaults to top_up_balance_withdrawal.

currency'usdc' required
client_notestring

An optional client-provided note for the withdrawal

created_atstring required

Timestamp when the withdrawal was created, in ISO8601 format

updated_atstring required

Timestamp when the withdrawal was last updated, in ISO8601 format