Withdraw from card
Withdraw funds from a customer's card balance.
Headers
Required for POST requests. Reuse the key only when retrying the same operation with an identical payload.
Request Body
ID of the card to withdraw from
Amount to withdraw from the card
Request Examples
{
"card_id": "9e3cccad-e9ae-47a0-81ee-063af0159310",
"amount": 1
}
Responses
| Status | Description |
|---|---|
200 |
Withdrawal successful |
200 response
Blockchain transaction hash for the withdrawal
{
"data": {
"tx_hash": "0x2e5d0af9189b4b4c23bc64b96295e730609ec91e50e452a5da0a4af4bfe5c192"
},
"error": null
}
Authorization
- ApiKeyAuth
Was this page helpful?