Withdraw funds from a specific card by its unique identifier.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id |
path | string |
yes | Unique identifier of the card. |
Request body
application/json
· CardWithdrawRequest
· required
| Field | Type | Required | Description |
|---|---|---|---|
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
| Status | Body | Description |
|---|---|---|
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.