curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "5758 Vallie Route",
"city": "Darrylstead",
"country": "US",
"email": "Katlyn.Krajcik94@gmail.com",
"firstName": "Jacquelyn",
"identityNumber": "97510902210",
"lastName": "Welch",
"phone": "18406338444",
"postalCode": "37250",
"province": "CO"
},
"merchantCustId": "CustId-99Y0-5YFA",
"merchantNo": "800515",
"merchantTxnId": "4aae4758-4aee-4d72-a2a5-ad5b223e5aa7",
"merchantTxnTime": "2025-03-14 14:22:09",
"orderAmount": "49",
"orderCurrency": "USD",
"shippingInformation": {
"address": "576 Koss Loop",
"city": "Lake Helenboro",
"country": "US",
"email": "Edmond.Baumbach@hotmail.com",
"firstName": "Lawrence",
"identityNumber": "42220888195",
"lastName": "Lang",
"phone": "19708526692",
"postalCode": "77907-4808",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "16384",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "mandarin",
"num": "64",
"price": "165.75",
"type": "aliqua proident nostrud"
},
{
"currency": "USD",
"name": "custard apple",
"num": "69",
"price": "805.00",
"type": "qui Ut sed minim"
},
{
"currency": "USD",
"name": "jarrahdale pumpkin",
"num": "66",
"price": "162.15",
"type": "aliqua Excepteur exercitation ut in"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1600",
"screenWidth": "1024",
"timeZoneOffset": "-600",
"transactionIp": "223.249.104.87",
"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
}
}'