Withdraw funds from a specific card by its unique identifier.

Parameters

NameInTypeRequiredDescription
id path string yes Unique identifier of the card.

Request body

application/json · CardWithdrawRequest · required

FieldTypeRequiredDescription
accountID string yes Unique identifier of the account that will be credited.
amount string (decimal) yes Amount to withdraw from the card balance.
idempotencyKey string no Idempotency key, must be unique for each request.

Responses

StatusBodyDescription
200 CardTxResponse Successfully withdrew funds from the card.
400 Error Invalid request.

Specification

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