curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "57738 E Broad Street",
"city": "East Rosanna",
"country": "US",
"email": "Tyrique_Jenkins24@gmail.com",
"firstName": "Ariane",
"identityNumber": "42242735758",
"lastName": "Ankunding",
"phone": "19403249692",
"postalCode": "27257",
"province": "CO"
},
"merchantCustId": "CustId-Z845-16B1",
"merchantNo": "800515",
"merchantTxnId": "faebb98b-acf1-443d-b1ce-99efcdc8ff0e",
"merchantTxnTime": "2025-03-14 14:45:06",
"orderAmount": "5",
"orderCurrency": "USD",
"shippingInformation": {
"address": "326 Smith Mill",
"city": "South Shanie",
"country": "US",
"email": "Helmer_Tromp@gmail.com",
"firstName": "Kaia",
"identityNumber": "50774978713",
"lastName": "Oberbrunner",
"phone": "14700788254",
"postalCode": "58306-6318",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "16384",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "nectarine",
"num": "22",
"price": "851.65",
"type": "veniam"
},
{
"currency": "USD",
"name": "jarrahdale pumpkin",
"num": "57",
"price": "66.49",
"type": "commodo dolore fugiat in"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1080",
"screenWidth": "360",
"timeZoneOffset": "-720",
"transactionIp": "22.67.220.69",
"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
}
}'