{
"mchOrderNo": "ORD-20240423-010",
"amount": 99.99,
"currency": "USD",
"customerEmail": "user@example.com",
"successUrl": "https://yourdomain.com/pay-result?status=success",
"cancelUrl": "https://yourdomain.com/pay-result?status=cancel",
"notifyUrl": "https://yourdomain.com/webhook/emp",
"description": "购买会员服务",
"billingFirstName": "John",
"billingLastName": "Doe",
"billingAddress": "123 Main Street",
"billingCity": "New York",
"billingZip": "10001",
"billingCountry": "US"
}curl --location '/checkout/w-payment/hpp' \
--header 'Content-Type: application/json' \
--data-raw '{
"mchOrderNo": "ORD-20240423-010",
"amount": 99.99,
"currency": "USD",
"customerEmail": "user@example.com",
"successUrl": "https://yourdomain.com/pay-result?status=success",
"cancelUrl": "https://yourdomain.com/pay-result?status=cancel",
"notifyUrl": "https://yourdomain.com/webhook/emp",
"description": "购买会员服务",
"billingFirstName": "John",
"billingLastName": "Doe",
"billingAddress": "123 Main Street",
"billingCity": "New York",
"billingZip": "10001",
"billingCountry": "US"
}'{
"retcode": "200",
"retdata": {
"total": 1234,
"records": [
{
"abnormalPaymentNo": "xxxxxxxx",
"orderNo": "xxxxxxx",
"token": "ETH_USDT",
"amount": "818.89",
"hash": "0xxxxxxxxxx",
"pendingAmount": "739.00",
"status": "PENDING",
"createdTime": "2025-12-23 12:56:47",
"updatedTime": "2025-12-23 12:56:47"
}
]
},
"retmsg": ""
}