{
"subType": 0,
"payType": 7,
"orderNo": "{{orderNo}}",
"currency": "USD",
"amount": 9.99,
"returnUrl": "{{returnUrl}}",
"notifyUrl": "{{notifyUrl}}",
"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"
}
],
"metadata": "test",
"remark": "test"
}curl --location '/pay-api/trade/payment' \
--header 'Content-Type: application/json' \
--data-raw '{
"subType": 0,
"payType": 7,
"orderNo": "{{orderNo}}",
"currency": "USD",
"amount": 9.99,
"returnUrl": "{{returnUrl}}",
"notifyUrl": "{{notifyUrl}}",
"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"
}
],
"metadata": "test",
"remark": "test"
}'{
"code": 0,
"data": {
"merNo": "2500000000",
"tradeNo": "pay_202511051835313653398",
"orderNo": "595290399924822",
"currency": "USD",
"amount": 4.99,
"paymentMethod": null,
"tradeDate": 1762338931383,
"status": 0,
"code": "requires_action",
"message": "Please redirect to 'redirectUrl'",
"redirectUrl": "http://localhost:5173/checkout/pay_202511051835313653398",
"clientSecret": null,
"expireTime": 1762346131412,
"metadata": "test",
"remark": "test",
"email": "thiago@example.com",
"name": "Thiago Gabriel",
"eventType": null,
"subType": 0,
"subToken": "sub_202511051835313863986"
},
"msg": "",
"livemode": false
}