curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "411 Tillman Forges",
"city": "West Melvina",
"country": "US",
"email": "Delta89@gmail.com",
"firstName": "Jonatan",
"identityNumber": "21961963504",
"lastName": "Hauck",
"phone": "17583771632",
"postalCode": "93051-7534",
"province": "CO"
},
"merchantCustId": "CustId-UZ26-7649",
"merchantNo": "800515",
"merchantTxnId": "9a7bdf49-6140-44f1-8398-77fa10a67af2",
"merchantTxnTime": "2025-03-14 10:14:12",
"orderAmount": "194",
"orderCurrency": "USD",
"shippingInformation": {
"address": "68443 Lafayette Street",
"city": "Antioch",
"country": "US",
"email": "Florida.Cartwright@hotmail.com",
"firstName": "Kyra",
"identityNumber": "74640481149",
"lastName": "Hegmann-Keeling",
"phone": "15741773828",
"postalCode": "63685-6347",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "16384",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "strawberry",
"num": "63",
"price": "732.40",
"type": "esse do"
},
{
"currency": "USD",
"name": "lemon",
"num": "88",
"price": "201.85",
"type": "dolore laboris et occaecat veniam"
},
{
"currency": "USD",
"name": "mandarin",
"num": "76",
"price": "380.55",
"type": "cillum Excepteur magna occaecat incididunt"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "667",
"screenWidth": "412",
"timeZoneOffset": "240",
"transactionIp": "83.210.136.156",
"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
}
}'