curl --location 'https://api.trustpay.money/v3/vcard/charge/recharge' \
--header 'Content-Type: application/json' \
--data '{
"card_id": "5",
"amount": 20,
"notify_url": "https://rbaskets.trustpay.money/checkout",
"sign": ""
}'{
"code": 880001,
"message": "success",
"data": {
"order_no": "VC202603128a602efe",
"charge_type": "CARD_RECHARGE",
"amount": 30,
"fee": 10.99,
"balance": 19.01,
"status": 1,
"deposit_address": "0xdaaace025a2679d0ba409538e9a457c28b0fa85c",
"chain": "BSC",
"created_at": "2026-03-12T13:46:02.581806+08:00"
}
}