curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "94871 Lafayette Street",
"city": "Ethanborough",
"country": "US",
"email": "Josefa95@gmail.com",
"firstName": "Xander",
"identityNumber": "29503085451",
"lastName": "Kreiger",
"phone": "19290022908",
"postalCode": "16557-0461",
"province": "CO"
},
"merchantCustId": "CustId-ITUT-8AE4",
"merchantNo": "800515",
"merchantTxnId": "2d3fd95b-7862-416c-bfe6-b99e2b0bb59c",
"merchantTxnTime": "2025-03-14 11:33:30",
"orderAmount": "8",
"orderCurrency": "USD",
"shippingInformation": {
"address": "986 Kreiger Dam",
"city": "O'\''Keefeton",
"country": "US",
"email": "Lew_Tremblay56@yahoo.com",
"firstName": "Aaliyah",
"identityNumber": "98548246220",
"lastName": "Hickle",
"phone": "17466649352",
"postalCode": "77902-2605",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "4096",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "corella pear",
"num": "30",
"price": "447.19",
"type": "Excepteur nisi minim"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "932",
"screenWidth": "1280",
"timeZoneOffset": "540",
"transactionIp": "83.7.230.91",
"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
}
}'