curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "5446 University Avenue",
"city": "West Connor",
"country": "US",
"email": "William.Mayer@hotmail.com",
"firstName": "Price",
"identityNumber": "99346523590",
"lastName": "Weber",
"phone": "16818122673",
"postalCode": "40419-6681",
"province": "CO"
},
"merchantCustId": "CustId-W332-K8XV",
"merchantNo": "800515",
"merchantTxnId": "51496466-9430-44f5-8240-ff5457c8de50",
"merchantTxnTime": "2025-03-14 10:17:58",
"orderAmount": "4",
"orderCurrency": "USD",
"shippingInformation": {
"address": "25673 Ash Close",
"city": "Cristobalport",
"country": "US",
"email": "Cathy.Hoppe13@hotmail.com",
"firstName": "Brianne",
"identityNumber": "67815194861",
"lastName": "Lynch",
"phone": "15066866212",
"postalCode": "98386",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "65536",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "lychee",
"num": "42",
"price": "892.69",
"type": "laboris in"
},
{
"currency": "USD",
"name": "papaya",
"num": "2",
"price": "401.19",
"type": "tempor sed"
},
{
"currency": "USD",
"name": "honeydew melon",
"num": "84",
"price": "573.89",
"type": "officia incididunt ut sunt minim"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "896",
"screenWidth": "2560",
"timeZoneOffset": "-540",
"transactionIp": "105.172.208.98",
"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
}
}'