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

NameInTypeRequiredDescription
id path string yes Unique identifier of the account.

Request body

application/json · AccountCardWithdrawRequest · required

FieldTypeRequiredDescription
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

StatusBodyDescription
200 AccountCardWithdrawResponse Withdrawal initiated.
400 Error Invalid request.

Specification

This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.