curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "17921 Maple Street",
"city": "Danielfurt",
"country": "US",
"email": "Corrine_Christiansen56@yahoo.com",
"firstName": "Deshawn",
"identityNumber": "84433397210",
"lastName": "Halvorson",
"phone": "15163511702",
"postalCode": "64583-3773",
"province": "CO"
},
"merchantCustId": "CustId-VFQK-R3FS",
"merchantNo": "800515",
"merchantTxnId": "b6ca1921-23d2-4023-918b-cf93077374f7",
"merchantTxnTime": "2025-03-14 14:43:57",
"orderAmount": "984",
"orderCurrency": "USD",
"shippingInformation": {
"address": "17994 Bosco Forge",
"city": "Port Erickworth",
"country": "US",
"email": "Wyatt_Kunde@gmail.com",
"firstName": "Amani",
"identityNumber": "31406152077",
"lastName": "Von",
"phone": "19623295509",
"postalCode": "86513-3196",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "16384",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "berry",
"num": "65",
"price": "714.20",
"type": "ut dolor est eiusmod id"
},
{
"currency": "USD",
"name": "papaw",
"num": "89",
"price": "339.59",
"type": "ut fugiat dolore dolore"
},
{
"currency": "USD",
"name": "cumquat",
"num": "62",
"price": "785.80",
"type": "irure reprehenderit"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1024",
"screenWidth": "412",
"timeZoneOffset": "540",
"transactionIp": "71.73.37.109",
"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
}
}'