curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "65456 Virgie Crossroad",
"city": "East Haskellburgh",
"country": "US",
"email": "Gene42@gmail.com",
"firstName": "Avery",
"identityNumber": "90364529882",
"lastName": "Casper",
"phone": "15726016295",
"postalCode": "30744",
"province": "CO"
},
"merchantCustId": "CustId-N1FK-7WI9",
"merchantNo": "800515",
"merchantTxnId": "e30fe766-ce44-489f-b0cc-e0d6112389c8",
"merchantTxnTime": "2025-03-14 14:28:38",
"orderAmount": "6",
"orderCurrency": "USD",
"shippingInformation": {
"address": "1406 Field Lane",
"city": "Schadenfort",
"country": "US",
"email": "Rollin59@gmail.com",
"firstName": "Celine",
"identityNumber": "03235012759",
"lastName": "Bergstrom-Doyle",
"phone": "18835186049",
"postalCode": "73689",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "0",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "dried apricot",
"num": "17",
"price": "16.39",
"type": "nostrud veniam esse"
},
{
"currency": "USD",
"name": "currant",
"num": "5",
"price": "238.59",
"type": "deserunt velit dolore dolor consequat"
},
{
"currency": "USD",
"name": "sultana",
"num": "45",
"price": "108.86",
"type": "commodo qui ullamco labore ex"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "740",
"screenWidth": "1440",
"timeZoneOffset": "-540",
"transactionIp": "160.197.35.73",
"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
}
}'