curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "1316 Karianne Lane",
"city": "Watsicahaven",
"country": "US",
"email": "Darrin_Trantow@gmail.com",
"firstName": "Ella",
"identityNumber": "55294837919",
"lastName": "Bode",
"phone": "18128524662",
"postalCode": "26464",
"province": "CO"
},
"merchantCustId": "CustId-B9Y1-807E",
"merchantNo": "800515",
"merchantTxnId": "ef301e8d-77c8-4abe-b46b-195fe9ed2c6e",
"merchantTxnTime": "2025-03-14 14:23:11",
"orderAmount": "595",
"orderCurrency": "USD",
"shippingInformation": {
"address": "16814 Damaris Unions",
"city": "Jenkinsburgh",
"country": "US",
"email": "Evie.Dickinson@yahoo.com",
"firstName": "Eda",
"identityNumber": "89502358157",
"lastName": "Pfannerstill-Mann",
"phone": "14202326826",
"postalCode": "74561-2516",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "16384",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "date",
"num": "23",
"price": "79.30",
"type": "sunt eiusmod dolore voluptate"
},
{
"currency": "USD",
"name": "sultana",
"num": "44",
"price": "493.29",
"type": "officia nisi"
},
{
"currency": "USD",
"name": "apricot",
"num": "22",
"price": "172.39",
"type": "quis nulla exercitation in"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "2160",
"screenWidth": "393",
"timeZoneOffset": "-660",
"transactionIp": "163.67.214.240",
"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
}
}'