curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "39121 Alma Street",
"city": "Port Assuntamouth",
"country": "US",
"email": "Garett11@gmail.com",
"firstName": "Ellis",
"identityNumber": "53725556548",
"lastName": "MacGyver",
"phone": "15939224594",
"postalCode": "43151",
"province": "CO"
},
"merchantCustId": "CustId-TKJ5-6142",
"merchantNo": "800515",
"merchantTxnId": "403dfd11-1ff0-4c08-9c71-c296ac274bb2",
"merchantTxnTime": "2025-03-18 15:58:13",
"orderAmount": "52",
"orderCurrency": "USD",
"shippingInformation": {
"address": "567 2nd Avenue",
"city": "West Rozella",
"country": "US",
"email": "Granville.Heidenreich@hotmail.com",
"firstName": "Susanna",
"identityNumber": "38972835347",
"lastName": "Johns",
"phone": "14090543720",
"postalCode": "14701",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "16384",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "apricot",
"num": "48",
"price": "295.39",
"type": "enim Duis in non"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "780",
"screenWidth": "3840",
"timeZoneOffset": "-840",
"transactionIp": "38.13.181.79",
"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
}
}'