curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "4888 Adams Ferry",
"city": "Jasonboro",
"country": "US",
"email": "Kendra35@yahoo.com",
"firstName": "Myrtie",
"identityNumber": "07672521971",
"lastName": "Jenkins",
"phone": "17967808767",
"postalCode": "19423",
"province": "CO"
},
"merchantCustId": "CustId-XS8O-7ODG",
"merchantNo": "800515",
"merchantTxnId": "c09178f2-ee47-4174-a986-97c63b0dd4ca",
"merchantTxnTime": "2025-03-14 14:44:14",
"orderAmount": "51",
"orderCurrency": "USD",
"shippingInformation": {
"address": "2954 Will Ford",
"city": "South Citlallistad",
"country": "US",
"email": "Newton.Rice97@gmail.com",
"firstName": "Harley",
"identityNumber": "76975723790",
"lastName": "Stroman",
"phone": "19927907024",
"postalCode": "48581",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "4096",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "orange",
"num": "54",
"price": "418.50",
"type": "laborum sed"
},
{
"currency": "USD",
"name": "rockmelon",
"num": "92",
"price": "645.80",
"type": "ex Duis et proident"
},
{
"currency": "USD",
"name": "grapefruit",
"num": "61",
"price": "489.40",
"type": "dolore aliqua ad"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "800",
"screenWidth": "2560",
"timeZoneOffset": "300",
"transactionIp": "33.38.89.27",
"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
}
}'