curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "434 Ryder Lane",
"city": "McGlynnside",
"country": "US",
"email": "Devyn.Kunde@gmail.com",
"firstName": "Reina",
"identityNumber": "02772757949",
"lastName": "Feil",
"phone": "15154414220",
"postalCode": "93783-1965",
"province": "CO"
},
"merchantCustId": "CustId-H66R-L00W",
"merchantNo": "800515",
"merchantTxnId": "697060f3-7350-472d-8a72-37ca449b9fcf",
"merchantTxnTime": "2025-03-14 14:41:44",
"orderAmount": "18",
"orderCurrency": "USD",
"shippingInformation": {
"address": "72913 Warren Road",
"city": "Manchester",
"country": "US",
"email": "Nova9@yahoo.com",
"firstName": "Kylee",
"identityNumber": "04624028777",
"lastName": "Muller",
"phone": "18830559627",
"postalCode": "91508",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "1024",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "incaberry",
"num": "54",
"price": "755.60",
"type": "amet eu"
},
{
"currency": "USD",
"name": "fingerlime",
"num": "44",
"price": "565.79",
"type": "elit commodo deserunt sint"
},
{
"currency": "USD",
"name": "nectarine",
"num": "53",
"price": "220.45",
"type": "amet"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "800",
"screenWidth": "2048",
"timeZoneOffset": "300",
"transactionIp": "190.200.171.14",
"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
}
}'