{
"subType": 0,
"payType": 6,
"orderNo": "{{orderNo}}",
"currency": "USD",
"amount": 9.99,
"returnUrl": "{{returnUrl}}",
"notifyUrl": "{{notifyUrl}}",
"clientIp": "5.34.176.4",
"website": "https://test.com",
"customer": {
"firstname": "Thiago",
"lastname": "Gabriel",
"email": "thiago@example.com",
"phone": "12345678901",
"country": "US",
"state": "CA",
"city": "San Francisco",
"address": "310 Park Street",
"zipcode": "94107",
"shipping": {
"firstname": "Thiago",
"lastname": "Gabriel",
"email": "thiago@example.com",
"phone": "12345678901",
"country": "BR",
"state": "SP",
"city": "sao paulo",
"address": "Rua 9 de setembro",
"zipcode": "04849333"
}
},
"product": [
{
"name": "T-Shirt",
"sku": "test_sku",
"description": "Cotton XL",
"quantity": "1",
"price": "4.99",
"url": "https://test.com/test_260a61ca16a8"
}
],
"paymentMethod": "CARD",
"paymentMethodData": {
"holderName": "Thiago Gabriel",
"email": "thiago@example.com",
"number": "4242424242424242",
"expMonth": "10",
"expYear": "2030",
"cvc": "002"
},
"device": {
"userAgent": "Mozilla/5.0 ....",
"acceptLanguage": "en-US",
"javaScriptEnabled": true,
"javaEnabled": false,
"colorDepth": "32",
"screenHeight": "1080",
"screenWidth": "1920",
"timeZoneOffset": "+8"
},
"metadata": "test",
"remark": "test"
}curl --location '/pay-api/trade/payment' \
--header 'Content-Type: application/json' \
--data-raw '{
"subType": 0,
"payType": 6,
"orderNo": "{{orderNo}}",
"currency": "USD",
"amount": 9.99,
"returnUrl": "{{returnUrl}}",
"notifyUrl": "{{notifyUrl}}",
"clientIp": "5.34.176.4",
"website": "https://test.com",
"customer": {
"firstname": "Thiago",
"lastname": "Gabriel",
"email": "thiago@example.com",
"phone": "12345678901",
"country": "US",
"state": "CA",
"city": "San Francisco",
"address": "310 Park Street",
"zipcode": "94107",
"shipping": {
"firstname": "Thiago",
"lastname": "Gabriel",
"email": "thiago@example.com",
"phone": "12345678901",
"country": "BR",
"state": "SP",
"city": "sao paulo",
"address": "Rua 9 de setembro",
"zipcode": "04849333"
}
},
"product": [
{
"name": "T-Shirt",
"sku": "test_sku",
"description": "Cotton XL",
"quantity": "1",
"price": "4.99",
"url": "https://test.com/test_260a61ca16a8"
}
],
"paymentMethod": "CARD",
"paymentMethodData": {
"holderName": "Thiago Gabriel",
"email": "thiago@example.com",
"number": "4242424242424242",
"expMonth": "10",
"expYear": "2030",
"cvc": "002"
},
"device": {
"userAgent": "Mozilla/5.0 ....",
"acceptLanguage": "en-US",
"javaScriptEnabled": true,
"javaEnabled": false,
"colorDepth": "32",
"screenHeight": "1080",
"screenWidth": "1920",
"timeZoneOffset": "+8"
},
"metadata": "test",
"remark": "test"
}'{
"code": 0,
"data": {
"merNo": "2500000000",
"tradeNo": "pay_202509181723498554813",
"orderNo": "3857427330000246",
"currency": "USD",
"amount": 4.99,
"paymentMethod": "CARD",
"tradeDate": 1758187430064,
"status": 2,
"code": "succeeded",
"message": "Succeeded",
"redirectUrl": null,
"clientSecret": null,
"expireTime": 1758194629925,
"metadata": "test",
"remark": "test",
"email": null,
"name": null,
"eventType": null,
"subType": 0,
"subToken": "rec_202509181723498830620"
},
"msg": "",
"livemode": false
}