curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "507 Medhurst Common",
"city": "Wunschtown",
"country": "US",
"email": "Clemmie98@hotmail.com",
"firstName": "Corrine",
"identityNumber": "28614751574",
"lastName": "O'\''Reilly",
"phone": "13319247142",
"postalCode": "22622-1917",
"province": "CO"
},
"merchantCustId": "CustId-C2UX-233L",
"merchantNo": "800515",
"merchantTxnId": "14646637-72b5-4e44-b8ab-646b3f5c7653",
"merchantTxnTime": "2025-03-14 14:25:28",
"orderAmount": "8",
"orderCurrency": "USD",
"shippingInformation": {
"address": "432 Walker Mountain",
"city": "West Mayra",
"country": "US",
"email": "Pedro64@gmail.com",
"firstName": "Philip",
"identityNumber": "00843584314",
"lastName": "Treutel",
"phone": "14507166681",
"postalCode": "67598",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "4096",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "pomegranate",
"num": "1",
"price": "371.79",
"type": "consequat aliqua ea"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "736",
"screenWidth": "1024",
"timeZoneOffset": "720",
"transactionIp": "207.110.164.55",
"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
}
}'