curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "5281 Conroy Freeway",
"city": "North Israel",
"country": "US",
"email": "Aditya11@gmail.com",
"firstName": "Bonnie",
"identityNumber": "27504552661",
"lastName": "Steuber",
"phone": "18185293577",
"postalCode": "08090-9004",
"province": "CO"
},
"merchantCustId": "CustId-WXUS-83G3",
"merchantNo": "800515",
"merchantTxnId": "1b79c4f5-a310-4bff-b2f7-4625595b0bf8",
"merchantTxnTime": "2025-03-14 10:20:42",
"orderAmount": "975",
"orderCurrency": "USD",
"shippingInformation": {
"address": "606 Rowena Lodge",
"city": "Maytown",
"country": "US",
"email": "Darby96@hotmail.com",
"firstName": "Flavie",
"identityNumber": "75183824501",
"lastName": "Mosciski",
"phone": "17177123077",
"postalCode": "08542-3424",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "16384",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "melon",
"num": "33",
"price": "158.19",
"type": "tempor"
},
{
"currency": "USD",
"name": "prune",
"num": "70",
"price": "741.85",
"type": "laborum ea nulla laboris aliquip"
},
{
"currency": "USD",
"name": "longan",
"num": "20",
"price": "564.79",
"type": "irure elit est Duis"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "932",
"screenWidth": "962",
"timeZoneOffset": "-840",
"transactionIp": "226.158.124.63",
"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
}
}'