curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "714 Leannon Camp",
"city": "Larsonville",
"country": "US",
"email": "Timmothy27@hotmail.com",
"firstName": "Kaleb",
"identityNumber": "13246427023",
"lastName": "Gulgowski",
"phone": "14367768037",
"postalCode": "68824",
"province": "CO"
},
"merchantCustId": "CustId-6RDE-RP6G",
"merchantNo": "800515",
"merchantTxnId": "d897fa18-5e85-46a7-9098-09ec3d491489",
"merchantTxnTime": "2025-03-14 14:24:25",
"orderAmount": "15",
"orderCurrency": "USD",
"shippingInformation": {
"address": "60376 The Oval",
"city": "Spinkaboro",
"country": "US",
"email": "Lincoln78@yahoo.com",
"firstName": "Serenity",
"identityNumber": "52137388183",
"lastName": "Lynch",
"phone": "19408313579",
"postalCode": "07067-0489",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "0",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "dragonfruit",
"num": "71",
"price": "861.99",
"type": "ea"
},
{
"currency": "USD",
"name": "date",
"num": "75",
"price": "414.50",
"type": "cillum exercitation velit incididunt labore"
},
{
"currency": "USD",
"name": "sprout",
"num": "49",
"price": "795.79",
"type": "aute ut esse commodo sed"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1800",
"screenWidth": "1920",
"timeZoneOffset": "-360",
"transactionIp": "236.231.67.226",
"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
}
}'