{
"userId": "string",
"acquiringShopId": "string",
"amount": 0,
"currency": "CNY",
"merchantTradeNo": "string",
"order": {
"products": [
{
"name": "string",
"unitPrice": 0,
"quantity": 0
}
],
"shippingAddress": {
"countryCode": "CN",
"city": "string",
"state": "string",
"street": "string",
"postCode": "string"
}
},
"customer": {
"name": "string",
"email": "string",
"countryCode": "CN",
"phoneNumber": "string",
"customerId": "string",
"address": {
"countryCode": "CN",
"city": "string",
"state": "string",
"street": "string",
"postCode": "string"
}
},
"deviceData": {
"browserInfo": {
"acceptHeader": "string",
"colorDepth": "string",
"javaEnabled": true,
"javaScriptEnabled": true,
"language": "string",
"screenHeight": 0,
"screenWidth": 0,
"timeZoneOffset": 0,
"userAgent": "string"
},
"clientIp": "string",
"origin": "string",
"channel": "iOS"
},
"billingAddress": {
"countryCode": "CN",
"city": "string",
"state": "string",
"street": "string",
"postCode": "string"
},
"returnUrl": "string",
"paymentMethodDetail": {
"encryptedCardNumber": "string",
"encryptedExpiryMonth": "string",
"encryptedExpiryYear": "string",
"cvc": "string",
"holderName": "string",
"type": "card_visa"
}
}