curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "893 Michale Spring",
"city": "North Eliseburgh",
"country": "US",
"email": "Noelia_Smitham@yahoo.com",
"firstName": "Margot",
"identityNumber": "35303494100",
"lastName": "Kovacek",
"phone": "17827663195",
"postalCode": "17383-6411",
"province": "CO"
},
"merchantCustId": "CustId-Z405-FH8H",
"merchantNo": "800515",
"merchantTxnId": "2b29ef9f-f3de-48c1-ae8a-2f360461c851",
"merchantTxnTime": "2025-03-14 14:21:55",
"orderAmount": "25",
"orderCurrency": "USD",
"shippingInformation": {
"address": "7744 Kunde Groves",
"city": "Ornborough",
"country": "US",
"email": "Kennith.Satterfield82@hotmail.com",
"firstName": "Reanna",
"identityNumber": "78637908886",
"lastName": "Adams",
"phone": "19563550083",
"postalCode": "94714-2298",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "65536",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "dragonfruit",
"num": "79",
"price": "347.79",
"type": "est in"
},
{
"currency": "USD",
"name": "passionfruit",
"num": "73",
"price": "125.40",
"type": "veniam laborum aute"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "2160",
"screenWidth": "375",
"timeZoneOffset": "0",
"transactionIp": "96.24.201.1",
"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
}
}'