curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "27932 W South Street",
"city": "Irvine",
"country": "US",
"email": "Elenor37@hotmail.com",
"firstName": "Betsy",
"identityNumber": "70598230362",
"lastName": "Bogan",
"phone": "15743900084",
"postalCode": "81961",
"province": "CO"
},
"merchantCustId": "CustId-USUE-5G19",
"merchantNo": "800515",
"merchantTxnId": "12779656-f0c1-481c-97ac-9a326c05792b",
"merchantTxnTime": "2025-03-14 14:36:21",
"orderAmount": "93",
"orderCurrency": "USD",
"shippingInformation": {
"address": "78550 Railroad Street",
"city": "Port Bailee",
"country": "US",
"email": "Arlo_Nitzsche@hotmail.com",
"firstName": "Fredy",
"identityNumber": "65635838213",
"lastName": "Bruen",
"phone": "17731926636",
"postalCode": "96104",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "1024",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "corella pear",
"num": "60",
"price": "168.99",
"type": "pariatur laborum adipisicing"
},
{
"currency": "USD",
"name": "watermelon",
"num": "74",
"price": "287.99",
"type": "Ut elit"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "480",
"screenWidth": "2048",
"timeZoneOffset": "-540",
"transactionIp": "30.158.111.182",
"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
}
}'