curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "38797 Giovanna Plain",
"city": "Quincy",
"country": "US",
"email": "Annetta47@hotmail.com",
"firstName": "Alycia",
"identityNumber": "06371388361",
"lastName": "Murphy",
"phone": "16482747658",
"postalCode": "92265",
"province": "CO"
},
"merchantCustId": "CustId-V158-3ZQ5",
"merchantNo": "800515",
"merchantTxnId": "8b2fbbcc-25ce-47ab-b64a-334fb410c6be",
"merchantTxnTime": "2025-03-14 14:51:34",
"orderAmount": "897",
"orderCurrency": "USD",
"shippingInformation": {
"address": "219 Kuhn Crescent",
"city": "Considinemouth",
"country": "US",
"email": "Albin65@gmail.com",
"firstName": "Georgiana",
"identityNumber": "22454661539",
"lastName": "Will",
"phone": "14746950544",
"postalCode": "09569-4186",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "4096",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "blackberry",
"num": "28",
"price": "1.35",
"type": "dolor veniam voluptate magna"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "480",
"screenWidth": "800",
"timeZoneOffset": "120",
"transactionIp": "41.43.144.75",
"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
}
}'