curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "57051 Elnora Burgs",
"city": "Lake Clarechester",
"country": "US",
"email": "Moses_Little43@yahoo.com",
"firstName": "Monty",
"identityNumber": "95354758044",
"lastName": "Tillman",
"phone": "17826827380",
"postalCode": "47011",
"province": "CO"
},
"merchantCustId": "CustId-X511-01U5",
"merchantNo": "800515",
"merchantTxnId": "202f948d-70ab-4e8f-8bf3-77a1acd446e9",
"merchantTxnTime": "2025-03-14 14:21:40",
"orderAmount": "90",
"orderCurrency": "USD",
"shippingInformation": {
"address": "102 Woodside",
"city": "Williamsonland",
"country": "US",
"email": "Ramon_Carter9@hotmail.com",
"firstName": "Maxine",
"identityNumber": "98679185141",
"lastName": "Schulist",
"phone": "18572226517",
"postalCode": "86732-3398",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "1024",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "grapefruit",
"num": "15",
"price": "762.55",
"type": "ipsum velit ex"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "844",
"screenWidth": "800",
"timeZoneOffset": "-300",
"transactionIp": "229.198.18.135",
"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
}
}'