{
"orderNo": "{{paying_orderNo}}",
"payType":1,
"currency": "USD",
"amount": 14.99,
"returnUrl": "{{return_url}}",
"notifyUrl": "{{notify_url}}",
"paymentMethod":"CASHAPP",
"clientIp":"192.168.1.2",
"customer": {
"firstname": "{{test_firstname}}",
"lastname": "{{test_lastname}}",
"email": "{{test_email}}",
"phone": "{{test_phone}}",
"country": "{{test_country}}",
"state": "{{test_state}}",
"city": "{{test_city}}",
"address": "{{test_address}}",
"zipcode": "{{test_zip}}"
},
"metadata": "test"
}curl --location '/pay-api/trade/payment' \
--header 'Content-Type: application/json' \
--data '{
"orderNo": "{{paying_orderNo}}",
"payType":1,
"currency": "USD",
"amount": 14.99,
"returnUrl": "{{return_url}}",
"notifyUrl": "{{notify_url}}",
"paymentMethod":"CASHAPP",
"clientIp":"192.168.1.2",
"customer": {
"firstname": "{{test_firstname}}",
"lastname": "{{test_lastname}}",
"email": "{{test_email}}",
"phone": "{{test_phone}}",
"country": "{{test_country}}",
"state": "{{test_state}}",
"city": "{{test_city}}",
"address": "{{test_address}}",
"zipcode": "{{test_zip}}"
},
"metadata": "test"
}'{
"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
}