curl --location 'https://api.trustpay.money/v3/vcard/charge/open-card' \
--header 'Content-Type: application/json' \
--data-raw '{
"card_type_id": "39",
"amount": 35,
"card_first_name": "John",
"card_last_name": "Doe",
"card_email": "john@example.com",
"card_phone": "13800138000",
"card_phone_prefix": "+86",
"card_bin": "525847",
"notify_url": "",
"sign": ""
}'{
"code": 880001,
"message": "success",
"data": {
"order_no": "VC202603128a602efe",
"charge_type": "OPEN_CARD",
"amount": 35,
"fee": 11,
"balance": 24,
"status": 1,
"deposit_address": "0xdaaace025a2679d0ba409538e9a457c28b0fa85c",
"chain": "BSC",
"created_at": "2026-03-12T13:46:02.581806+08:00"
}
}