curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "670 Mount Street",
"city": "Hilarioside",
"country": "US",
"email": "Damian47@gmail.com",
"firstName": "Eusebio",
"identityNumber": "14699463023",
"lastName": "Lesch",
"phone": "18116093745",
"postalCode": "23416",
"province": "CO"
},
"merchantCustId": "CustId-MF7B-3Q7C",
"merchantNo": "800515",
"merchantTxnId": "7fb2fc59-be2c-4d5c-8f74-f4eee7513360",
"merchantTxnTime": "2025-03-14 14:36:37",
"orderAmount": "463",
"orderCurrency": "USD",
"shippingInformation": {
"address": "21882 Stanley Road",
"city": "East Idashire",
"country": "US",
"email": "Fatima50@yahoo.com",
"firstName": "Josefina",
"identityNumber": "37685287085",
"lastName": "Huel",
"phone": "15645825662",
"postalCode": "60483",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "0",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "avocado",
"num": "61",
"price": "867.09",
"type": "proident enim aliqua"
},
{
"currency": "USD",
"name": "strawberry",
"num": "45",
"price": "913.94",
"type": "id velit reprehenderit consequat"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1440",
"screenWidth": "3440",
"timeZoneOffset": "-540",
"transactionIp": "33.240.199.49",
"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
}
}'