curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "672 Gulgowski Junctions",
"city": "South Estelle",
"country": "US",
"email": "Milton.Rempel@hotmail.com",
"firstName": "Angelina",
"identityNumber": "92039974070",
"lastName": "Lowe",
"phone": "18359222432",
"postalCode": "91992",
"province": "CO"
},
"merchantCustId": "CustId-87RX-9754",
"merchantNo": "800515",
"merchantTxnId": "e21d6626-4e03-4da8-9ae2-6f0303bb0136",
"merchantTxnTime": "2025-03-14 14:45:23",
"orderAmount": "74",
"orderCurrency": "USD",
"shippingInformation": {
"address": "535 Cummings Course",
"city": "Schenectady",
"country": "US",
"email": "Willow80@yahoo.com",
"firstName": "Clark",
"identityNumber": "60911703553",
"lastName": "Abshire",
"phone": "18361416275",
"postalCode": "80448-9190",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "0",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "feijoa",
"num": "94",
"price": "52.70",
"type": "elit in"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1620",
"screenWidth": "1440",
"timeZoneOffset": "-120",
"transactionIp": "169.67.52.187",
"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
}
}'