curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "860 Woodlands Close",
"city": "Halleton",
"country": "US",
"email": "Tillman21@hotmail.com",
"firstName": "Bella",
"identityNumber": "43133816429",
"lastName": "Metz",
"phone": "14988342756",
"postalCode": "41855",
"province": "CO"
},
"merchantCustId": "CustId-3WJA-K47Y",
"merchantNo": "800515",
"merchantTxnId": "63e865b1-48c8-419f-81da-a9c6d5247d38",
"merchantTxnTime": "2025-03-14 11:33:48",
"orderAmount": "37",
"orderCurrency": "USD",
"shippingInformation": {
"address": "928 W Washington Street",
"city": "Eugene",
"country": "US",
"email": "Ashton.Prohaska55@yahoo.com",
"firstName": "Pinkie",
"identityNumber": "16735084288",
"lastName": "Hickle",
"phone": "13168628636",
"postalCode": "74095",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "1024",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "mangosteen",
"num": "50",
"price": "986.49",
"type": "officia Ut dolore in"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1600",
"screenWidth": "1280",
"timeZoneOffset": "540",
"transactionIp": "72.106.186.129",
"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
}
}'