curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "82176 Holly Close",
"city": "Prohaskafort",
"country": "US",
"email": "Oda_Johnston49@yahoo.com",
"firstName": "Ozella",
"identityNumber": "SG 1234567886",
"lastName": "Langosh",
"phone": "15041188956",
"postalCode": "33878",
"province": "CO"
},
"merchantCustId": "CustId-XOA0-G3FA",
"merchantNo": "800515",
"merchantTxnId": "90954ca3-7ed2-4036-af8e-2d0e66b683d3",
"merchantTxnTime": "2025-03-14 10:35:02",
"orderAmount": "400",
"orderCurrency": "USD",
"shippingInformation": {
"address": "14578 Wolf Point",
"city": "West Jerodstad",
"country": "US",
"email": "Leora75@hotmail.com",
"firstName": "Otho",
"identityNumber": "47853364466",
"lastName": "Hackett",
"phone": "16403863501",
"postalCode": "83781",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "1024",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "cranberry",
"num": "75",
"price": "726.09",
"type": "dolor nostrud in ad ut"
},
{
"currency": "USD",
"name": "starfruit",
"num": "18",
"price": "435.99",
"type": "velit"
},
{
"currency": "USD",
"name": "blackberry",
"num": "19",
"price": "675.96",
"type": "culpa dolor Excepteur"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "896",
"screenWidth": "390",
"timeZoneOffset": "-540",
"transactionIp": "206.201.206.65",
"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
}
}'