{
"order_id": "1952656889124880385",
"company_id": "{{companyId}}",
"sign": "{{sign}}"
}
curl --location --request POST 'https://sandbox.vcc.top/api/card/query_operate_result' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id": "1952656889124880385",
"company_id": "{{companyId}}",
"sign": "{{sign}}"
}'
{
"code": "0000",
"message": "Success",
"result": {
"status": "1",
"currency": "USD",
"amount": 1,
"type": "3",
"order_id": "1952656889124880385",
"card_id": "1952655281582374912",
"fee": 0.02,
"created_time": "2025-08-05T09:04:16.000+00:00"
}
}