curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "77465 State Street",
"city": "San Angelo",
"country": "US",
"email": "Germaine_Crooks31@hotmail.com",
"firstName": "Rosalind",
"identityNumber": "81710906018",
"lastName": "Schamberger",
"phone": "16314438955",
"postalCode": "20106",
"province": "CO"
},
"merchantCustId": "CustId-0BQ1-KKH1",
"merchantNo": "800515",
"merchantTxnId": "ca28c8d8-a5c6-41ca-bd06-908feafcf854",
"merchantTxnTime": "2025-03-14 14:47:49",
"orderAmount": "7",
"orderCurrency": "USD",
"shippingInformation": {
"address": "64549 Gordon Street",
"city": "Darronland",
"country": "US",
"email": "Angeline82@hotmail.com",
"firstName": "Elva",
"identityNumber": "25995244332",
"lastName": "McCullough",
"phone": "15030021878",
"postalCode": "31669-9286",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "1024",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "peach",
"num": "54",
"price": "518.49",
"type": "ea"
},
{
"currency": "USD",
"name": "lemon",
"num": "36",
"price": "785.89",
"type": "velit"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1080",
"screenWidth": "390",
"timeZoneOffset": "720",
"transactionIp": "68.82.39.39",
"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
}
}'