{
"schemaVersion": "2.0",
"userId": "11",
"acquiringShopId": "29",
"amount": 328.56,
"currency": "USD",
"merTradeNo": "ORDER-20260519-001",
"captureType": "Automatic",
"billingInfo": {
"firstName": "San",
"lastName": "Zhang",
"email": "payer@example.com",
"phone": "+86 13800138000",
"country": "CN",
"state": "Guangdong",
"city": "Shenzhen",
"address1": "Nanshan District",
"address2": "Tech Park",
"postalCode": "518000"
},
"shippingInfo": {
"firstName": "San",
"lastName": "Zhang",
"phone": "+86 13800138000",
"country": "CN",
"state": "Guangdong",
"city": "Shenzhen",
"address1": "Nanshan District",
"postalCode": "518000"
},
"payerInfo": {
"fullName": "Zhang San",
"email": "payer@example.com",
"phone": "+86 13800138000",
"country": "CN",
"ipAddress": "203.0.113.10"
},
"paymentInfo": {
"paymentMethodCode": "card_visa",
"card": {
"encryptedCardNumber": "<AES加密卡号>",
"encryptedExpiryMonth": "<AES加密月份>",
"encryptedExpiryYear": "<AES加密年份>",
"encryptedCvc": "<AES加密CVC>",
"holderName": "Zhang San",
"brand": "visa"
}
},
"transactionInfo": {
"reference": "REF-001",
"description": "Order memo",
"returnUrl": "https://merchant.example.com/payment/return",
"language": "zh-CN",
"products": [
{
"name": "Product A",
"unitPrice": 328.56,
"quantity": 1
}
]
},
"threeDSInfo": {
"threeDSVersion": "2.2.0",
"eci": "05"
},
"deviceInfo": {
"ipAddress": "203.0.113.10",
"browserUserAgentHeader": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"browserAcceptHeader": "text/html,application/xhtml+xml",
"browserLanguage": "zh-CN",
"browserScreenHeight": 1080,
"browserScreenWidth": 1920,
"browserTimeZone": -480,
"origin": "https://merchant.example.com/checkout",
"channel": "Web"
}
}