curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "957 Hickle Flats",
"city": "Tulsa",
"country": "US",
"email": "Alisha.Hagenes@yahoo.com",
"firstName": "Ava",
"identityNumber": "11228460298",
"lastName": "Crona",
"phone": "19629269101",
"postalCode": "89162",
"province": "CO"
},
"merchantCustId": "CustId-5R11-85GY",
"merchantNo": "800515",
"merchantTxnId": "53ef307e-961c-4778-a776-1a8266030186",
"merchantTxnTime": "2025-03-14 11:34:11",
"orderAmount": "239",
"orderCurrency": "USD",
"shippingInformation": {
"address": "372 Gideon Walk",
"city": "Jeraldstead",
"country": "US",
"email": "Adrian.Kertzmann74@hotmail.com",
"firstName": "Calista",
"identityNumber": "75908194559",
"lastName": "Dach",
"phone": "17857249682",
"postalCode": "92637-4617",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "4096",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "juniper berry",
"num": "51",
"price": "588.09",
"type": "do eu consectetur"
},
{
"currency": "USD",
"name": "prune",
"num": "13",
"price": "955.19",
"type": "ut"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1200",
"screenWidth": "390",
"timeZoneOffset": "300",
"transactionIp": "25.57.38.178",
"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
}
}'