{
"request_id": "cac-0015",
"company_id": "{{companyId}}",
"card_id": "1952640796553510913",
"sign": "{{sign}}"
}
curl --location --request POST 'https://sandbox.vcc.top/api/card/cancel' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "cac-0015",
"company_id": "{{companyId}}",
"card_id": "1952640796553510913",
"sign": "{{sign}}"
}'
{
"code": "0000",
"message": "Success",
"result": {
"status": "1",
"currency": "USD",
"order_id": "1952651255725817857",
"cancelled_time": "2025-08-05T08:41:57.037+00:00",
"card_status": "2",
"withdrawal_amount": 1,
"fee": 0
}
}