{
"browser": {
"screenHeight": "1080",
"screenWidth": "1920",
"timeZoneOffset": "-8",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"visitorId": "VISITOR_1760156980847"
},
"currencyCode": "USD",
"email": "test@example.com",
"ipAddress": "127.0.0.1",
"merNo": 840698790,
"merOrderNo": "TEST1760156980847",
"notifyUrl": "http://egg.sa1.tunnelfrp.com",
"products": [
{
"price": "100.00",
"productName": "测试商品",
"productUrl": "https://example.com/product/001",
"quantity": "1",
"sku": "PROD001"
}
],
"returnUrl": "http://egg.sa1.tunnelfrp.com/return",
"sign": "MWYIrxgzWrFWQJ6HpxKtsMAQ2mC0C+NUJsODFZqrHjVVrGPBokzaNrLJyr2I0B+gHFkRV2kz3jUdyq3kNg2gbA==",
"sourceAmount": "100.00",
"userId": "test_user_001",
"version": "V3.0.0"
}curl --location --request POST 'https://testpay.onlinepay.ai/payment' \
--header 'paymentType: CASH_APP' \
--header 'Content-Type: application/json' \
--data-raw '{
"browser": {
"screenHeight": "1080",
"screenWidth": "1920",
"timeZoneOffset": "-8",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"visitorId": "VISITOR_1760156980847"
},
"currencyCode": "USD",
"email": "test@example.com",
"ipAddress": "127.0.0.1",
"merNo": 840698790,
"merOrderNo": "TEST1760156980847",
"notifyUrl": "http://egg.sa1.tunnelfrp.com",
"products": [
{
"price": "100.00",
"productName": "测试商品",
"productUrl": "https://example.com/product/001",
"quantity": "1",
"sku": "PROD001"
}
],
"returnUrl": "http://egg.sa1.tunnelfrp.com/return",
"sign": "MWYIrxgzWrFWQJ6HpxKtsMAQ2mC0C+NUJsODFZqrHjVVrGPBokzaNrLJyr2I0B+gHFkRV2kz3jUdyq3kNg2gbA==",
"sourceAmount": "100.00",
"userId": "test_user_001",
"version": "V3.0.0"
}'{
"code":"00000",
"message":"SUCCESS",
"data":{
"payCode":0,
"tradeNo":"3333333",
"merorderNo":"222222",
"payUrl":"https://abc.com/"
}
}