curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "9808 Grant Ridge",
"city": "Passaic",
"country": "US",
"email": "Kenya.Watsica@gmail.com",
"firstName": "Jazmyn",
"identityNumber": "48873792092",
"lastName": "Rodriguez",
"phone": "18905206262",
"postalCode": "83678-7213",
"province": "CO"
},
"merchantCustId": "CustId-RP63-RDH2",
"merchantNo": "800515",
"merchantTxnId": "bba90c76-11cb-4e7a-8b17-bceb1371293e",
"merchantTxnTime": "2025-03-14 14:46:02",
"orderAmount": "356",
"orderCurrency": "USD",
"shippingInformation": {
"address": "755 Main Street E",
"city": "North Macey",
"country": "US",
"email": "Russ97@hotmail.com",
"firstName": "Hermina",
"identityNumber": "55621171635",
"lastName": "Yost",
"phone": "19641858290",
"postalCode": "34169-6723",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "4096",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "dragonfruit",
"num": "42",
"price": "909.25",
"type": "Duis Ut incididunt quis"
},
{
"currency": "USD",
"name": "tangelo",
"num": "53",
"price": "924.19",
"type": "veniam reprehenderit proident"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1440",
"screenWidth": "1280",
"timeZoneOffset": "0",
"transactionIp": "244.114.82.213",
"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
}
}'