{
"orderNo": "{{paying_orderNo}}",
"currency": "USD",
"amount": 100,
"returnUrl": "{{return_url}}",
"notifyUrl": "{{notify_url}}",
"website": "https://test.com",
"customer": {
"firstname": "{{test_firstname}}",
"lastname": "{{test_lastname}}",
"email": "{{test_email}}",
"phone": "{{test_phone}}",
"country": "US",
"state": "CA",
"city": "San Francisco",
"address": "310 Park Street",
"zipcode": "94107"
},
"product": [
{
"name": "T-Shirt",
"sku": "test_sku",
"description": "Cotton XL",
"quantity": "1",
"price": "4.99",
"url": "https://test.com/test_260a61ca16a8"
}
],
"metadata": "test",
"clientIp": "127.0.0.1",
"paymentMethod": "TEST",
"paymentMethodData": {}
}curl --location '/pay-api/trade/payment' \
--header 'Content-Type: application/json' \
--data '{
"orderNo": "{{paying_orderNo}}",
"currency": "USD",
"amount": 100,
"returnUrl": "{{return_url}}",
"notifyUrl": "{{notify_url}}",
"website": "https://test.com",
"customer": {
"firstname": "{{test_firstname}}",
"lastname": "{{test_lastname}}",
"email": "{{test_email}}",
"phone": "{{test_phone}}",
"country": "US",
"state": "CA",
"city": "San Francisco",
"address": "310 Park Street",
"zipcode": "94107"
},
"product": [
{
"name": "T-Shirt",
"sku": "test_sku",
"description": "Cotton XL",
"quantity": "1",
"price": "4.99",
"url": "https://test.com/test_260a61ca16a8"
}
],
"metadata": "test",
"clientIp": "127.0.0.1",
"paymentMethod": "TEST",
"paymentMethodData": {}
}'{
"code": 0,
"data": {
"tradeNo": "pay_202506251213283708537",
"orderNo": "asd60102",
"currency": "USD",
"amount": 12.34,
"tradeDate": null,
"status": 0,
"code": "requires_action",
"message": "Please redirect to 'redirectUrl'",
"redirectUrl": "https://xxx",
"expireTime": 1728638520977
},
"msg": "",
"livemode": true
}