curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "937 Westfield Road",
"city": "New Waylonside",
"country": "US",
"email": "Kailey.Rosenbaum@gmail.com",
"firstName": "Bernie",
"identityNumber": "38196930550",
"lastName": "Bins",
"phone": "17526005917",
"postalCode": "85813",
"province": "CO"
},
"merchantCustId": "CustId-E90G-JI08",
"merchantNo": "800515",
"merchantTxnId": "9f08a872-9489-42b9-92ed-1a9f3a3837c8",
"merchantTxnTime": "2025-03-14 14:23:44",
"orderAmount": "964",
"orderCurrency": "USD",
"shippingInformation": {
"address": "88499 Lavinia Trafficway",
"city": "Nyasiaville",
"country": "US",
"email": "Brendan.Bruen@gmail.com",
"firstName": "Mohamed",
"identityNumber": "50279881243",
"lastName": "Kassulke-Harris",
"phone": "19083873083",
"postalCode": "84527",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "4096",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "cherry",
"num": "70",
"price": "895.65",
"type": "reprehenderit fugiat ad"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1600",
"screenWidth": "1280",
"timeZoneOffset": "480",
"transactionIp": "251.52.127.248",
"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
}
}'