curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "802 Valentina Springs",
"city": "Kendale Lakes",
"country": "US",
"email": "Marianna_Gulgowski94@gmail.com",
"firstName": "Solon",
"identityNumber": "46383438762",
"lastName": "Cruickshank",
"phone": "17110444053",
"postalCode": "82909-2067",
"province": "CO"
},
"merchantCustId": "CustId-6T9C-9N42",
"merchantNo": "800515",
"merchantTxnId": "e2ad71c3-8692-4e7b-9ae6-f1d77806c825",
"merchantTxnTime": "2025-03-14 14:39:08",
"orderAmount": "666",
"orderCurrency": "USD",
"shippingInformation": {
"address": "9380 Jay Trail",
"city": "Amandabury",
"country": "US",
"email": "Adelia_Hills3@yahoo.com",
"firstName": "Matteo",
"identityNumber": "76765186170",
"lastName": "Erdman",
"phone": "17587166642",
"postalCode": "01277",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "65536",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "mulberry",
"num": "46",
"price": "953.09",
"type": "quis deserunt ex elit"
},
{
"currency": "USD",
"name": "berry",
"num": "18",
"price": "264.49",
"type": "consectetur"
},
{
"currency": "USD",
"name": "kiwi fruit",
"num": "41",
"price": "753.69",
"type": "velit aliqua non"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "932",
"screenWidth": "1920",
"timeZoneOffset": "-300",
"transactionIp": "191.188.158.157",
"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
}
}'