{
"billingInformation": {
"address": "3523 Clemens Lights",
"city": "South Jameyberg",
"country": "US",
"email": "King72@hotmail.com",
"firstName": "Shanon",
"identityNumber": "44182215134",
"lastName": "Hickle",
"phone": "17802688617",
"postalCode": "55855-6474",
"province": "CO"
},
"merchantCustId": "CustId-HQ50-F6CX",
"merchantNo": "{{MERCHANT-NO}}",
"merchantTxnId": "7775687d-03e6-4d8c-b562-496ee51cb185",
"merchantTxnTime": "2025-03-14 14:25:54",
"orderAmount": "516",
"orderCurrency": "USD",
"shippingInformation": {
"address": "7275 Chanel Valleys",
"city": "New Bridie",
"country": "US",
"email": "Nestor95@hotmail.com",
"firstName": "Rosalinda",
"identityNumber": "01278945705",
"lastName": "Oberbrunner",
"phone": "13475422614",
"postalCode": "15064-9386",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "{{APPID}}",
"colorDepth": "24",
"contentLength": "65536",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "mango",
"num": "91",
"price": "299.68",
"type": "consequat eiusmod velit"
},
{
"currency": "USD",
"name": "currant",
"num": "41",
"price": "848.09",
"type": "adipisicing"
},
{
"currency": "USD",
"name": "longan",
"num": "9",
"price": "679.80",
"type": "amet deserunt commodo"
}
],
"returnUrl": "{{RETURN-URL}}",
"notifyUrl": "{{WEBHOOK-ENDPOINT}}",
"screenHeight": "780",
"screenWidth": "1680",
"timeZoneOffset": "-120",
"transactionIp": "124.221.70.52",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36"
},
"productType": "LPMS",
"subProductType": "DIRECT",
"txnType": "SALE",
"lpmsInfo": {
"lpmsType": "{{APM-NAME}}",
"bankName": null,
"iBan": null,
"walletAccountId": null,
"walletAccountName": null,
"prepaidNumber": null
}
}
curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "3523 Clemens Lights",
"city": "South Jameyberg",
"country": "US",
"email": "King72@hotmail.com",
"firstName": "Shanon",
"identityNumber": "44182215134",
"lastName": "Hickle",
"phone": "17802688617",
"postalCode": "55855-6474",
"province": "CO"
},
"merchantCustId": "CustId-HQ50-F6CX",
"merchantNo": "YOUR-MERCHANT-NO",
"merchantTxnId": "7775687d-03e6-4d8c-b562-496ee51cb185",
"merchantTxnTime": "2025-03-14 14:25:54",
"orderAmount": "516",
"orderCurrency": "USD",
"shippingInformation": {
"address": "7275 Chanel Valleys",
"city": "New Bridie",
"country": "US",
"email": "Nestor95@hotmail.com",
"firstName": "Rosalinda",
"identityNumber": "01278945705",
"lastName": "Oberbrunner",
"phone": "13475422614",
"postalCode": "15064-9386",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "YOUR-APPLICATION-ID",
"colorDepth": "24",
"contentLength": "65536",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "mango",
"num": "91",
"price": "299.68",
"type": "consequat eiusmod velit"
},
{
"currency": "USD",
"name": "currant",
"num": "41",
"price": "848.09",
"type": "adipisicing"
},
{
"currency": "USD",
"name": "longan",
"num": "9",
"price": "679.80",
"type": "amet deserunt commodo"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "780",
"screenWidth": "1680",
"timeZoneOffset": "-120",
"transactionIp": "124.221.70.52",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36"
},
"productType": "LPMS",
"subProductType": "DIRECT",
"txnType": "SALE",
"lpmsInfo": {
"lpmsType": "{{APM-NAME}}",
"bankName": null,
"iBan": null,
"walletAccountId": null,
"walletAccountName": null,
"prepaidNumber": null
}
}'
{"respCode":"20000","respMsg":"Success","data":{"transactionId":"1704031498271133696","responseTime":"2023-09-19 15:15:52","txnTime":"2023-09-19 15:15:43","txnTimeZone":"+08:00","orderAmount":"20.00","orderCurrency":"USD","txnAmount":null,"txnCurrency":null,"status":"R","redirectUrl":"https://open-sea-global.alipayplus.com/api/open/v1/ac/cashier/self/codevalue/checkout.htm?codeValue=281666040092qSof8XXwp5AH3z0cQz8v4IxD&loadMode=2","contractId":null,"tokenId":null,"eci":null,"periodValue":null,"codeForm":null,"presentContext":null,"redirectType":null,"sign":"ea85ec4db2aabf5edf6e2b96ae10514bf0c968bce2f22c5e6886e532e2143bc5"}}