curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "6044 Pattie Orchard",
"city": "Missouri City",
"country": "US",
"email": "Eladio_Kuvalis@gmail.com",
"firstName": "Zack",
"identityNumber": "62828862221",
"lastName": "Heathcote",
"phone": "16186426760",
"postalCode": "58015",
"province": "CO"
},
"merchantCustId": "CustId-HTFN-3Z6G",
"merchantNo": "800515",
"merchantTxnId": "4c90e5f2-9657-4efa-b6af-fd904ffcbc96",
"merchantTxnTime": "2025-03-14 10:18:27",
"orderAmount": "3",
"orderCurrency": "USD",
"shippingInformation": {
"address": "807 Krajcik Route",
"city": "Wyoming",
"country": "US",
"email": "Jaleel.Keebler69@hotmail.com",
"firstName": "Willy",
"identityNumber": "90921877570",
"lastName": "Kshlerin",
"phone": "17067222765",
"postalCode": "49000-2810",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "1024",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "juniper berry",
"num": "12",
"price": "554.85",
"type": "dolor esse"
},
{
"currency": "USD",
"name": "jarrahdale pumpkin",
"num": "54",
"price": "862.17",
"type": "irure est"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1200",
"screenWidth": "412",
"timeZoneOffset": "120",
"transactionIp": "34.245.69.153",
"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
}
}'