Initiate a payout from the specified account to a recipient payment card. - The source account is the sender and is derived from the path parameter. - Destination currency defaults to the account currency unless explicitly provided.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id |
path | string |
yes | Unique identifier of the account. |
Request body
application/json
· AccountCardWithdrawRequest
· required
| Field | Type | Required | Description |
|---|---|---|---|
amount |
string (decimal) |
yes | Amount to withdraw from the account. |
clientTransactionId |
string |
no | Optional client-side transaction identifier. |
customerIp |
IPAddress |
no | |
destination |
CardPayoutDestination |
yes | |
idempotencyKey |
string |
no | Optional idempotency key to deduplicate requests. |
metadata |
object |
no | |
note |
string |
no | |
purpose |
string |
no | |
sender |
PersonKyc |
yes |
Responses
| Status | Body | Description |
|---|---|---|
200 |
AccountCardWithdrawResponse |
Withdrawal initiated. |
400 |
Error |
Invalid request. |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.