curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "80416 Bogisich Causeway",
"city": "West Domingo",
"country": "US",
"email": "Marty79@hotmail.com",
"firstName": "Bobbie",
"identityNumber": "63950334046",
"lastName": "Farrell",
"phone": "19652630386",
"postalCode": "20875-2152",
"province": "CO"
},
"merchantCustId": "CustId-I620-M3GD",
"merchantNo": "800515",
"merchantTxnId": "65199e63-b38b-4938-aa9d-838ee832152f",
"merchantTxnTime": "2025-03-14 14:38:03",
"orderAmount": "637",
"orderCurrency": "USD",
"shippingInformation": {
"address": "41937 Milton Street",
"city": "Clearwater",
"country": "US",
"email": "Maye.Bauch80@yahoo.com",
"firstName": "Susan",
"identityNumber": "91068376884",
"lastName": "Collins",
"phone": "13826934839",
"postalCode": "89977",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "16384",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "loquat",
"num": "74",
"price": "488.59",
"type": "ut incididunt reprehenderit dolor"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "800",
"screenWidth": "1680",
"timeZoneOffset": "-840",
"transactionIp": "61.211.28.183",
"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
}
}'