curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "18678 Manor Drive",
"city": "Cobyworth",
"country": "US",
"email": "Lucienne.Lemke@yahoo.com",
"firstName": "Marlin",
"identityNumber": "63812688035",
"lastName": "Marvin",
"phone": "19940304991",
"postalCode": "20159-4771",
"province": "CO"
},
"merchantCustId": "CustId-3V74-8867",
"merchantNo": "800515",
"merchantTxnId": "8001aebc-4e6f-4704-be09-ea4aeb4c3f64",
"merchantTxnTime": "2025-03-14 14:44:39",
"orderAmount": "853",
"orderCurrency": "USD",
"shippingInformation": {
"address": "900 Jalon Mall",
"city": "Fort Llewellyn",
"country": "US",
"email": "Missouri.Kiehn@gmail.com",
"firstName": "Millie",
"identityNumber": "49236485181",
"lastName": "Walsh",
"phone": "14504425479",
"postalCode": "62929",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "0",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "passionfruit",
"num": "25",
"price": "358.39",
"type": "cupidatat dolor Lorem nisi"
},
{
"currency": "USD",
"name": "bush tomato",
"num": "88",
"price": "585.09",
"type": "magna ex"
},
{
"currency": "USD",
"name": "cavalo",
"num": "82",
"price": "558.45",
"type": "pariatur adipisicing anim ut"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "2160",
"screenWidth": "1280",
"timeZoneOffset": "-300",
"transactionIp": "184.185.23.196",
"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
}
}'