curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "4212 Christian Villages",
"city": "Port Alessia",
"country": "US",
"email": "Roslyn.Veum@gmail.com",
"firstName": "Destin",
"identityNumber": "73101219106",
"lastName": "Vandervort",
"phone": "15507046184",
"postalCode": "79214",
"province": "CO"
},
"merchantCustId": "CustId-7QR8-N4OU",
"merchantNo": "800515",
"merchantTxnId": "5fcf3639-290c-40f6-8974-3f9945c2bf8d",
"merchantTxnTime": "2025-03-14 14:36:06",
"orderAmount": "54",
"orderCurrency": "USD",
"shippingInformation": {
"address": "73751 S 9th Street",
"city": "Smithamcester",
"country": "US",
"email": "Daron1@yahoo.com",
"firstName": "Torrey",
"identityNumber": "77013574135",
"lastName": "Kuphal",
"phone": "18861854003",
"postalCode": "14124",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "1024",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "longan",
"num": "74",
"price": "626.95",
"type": "ullamco occaecat eiusmod ex voluptate"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "2160",
"screenWidth": "800",
"timeZoneOffset": "0",
"transactionIp": "92.226.184.131",
"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
}
}'