curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "4908 Lane Walks",
"city": "Nyasiaton",
"country": "US",
"email": "Kristian.Ryan65@yahoo.com",
"firstName": "Frieda",
"identityNumber": "60129163800",
"lastName": "Christiansen",
"phone": "15038905779",
"postalCode": "34096-0029",
"province": "CO"
},
"merchantCustId": "CustId-9WS0-14Z7",
"merchantNo": "800515",
"merchantTxnId": "c14728d5-5008-42b5-93ad-4ba74153504b",
"merchantTxnTime": "2025-03-14 14:32:46",
"orderAmount": "5",
"orderCurrency": "USD",
"shippingInformation": {
"address": "31345 Beechwood Avenue",
"city": "Lake Trinityton",
"country": "US",
"email": "Damien_Pouros62@gmail.com",
"firstName": "Ellsworth",
"identityNumber": "89558783761",
"lastName": "Weber",
"phone": "14353235466",
"postalCode": "62648",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "16384",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "tomato",
"num": "81",
"price": "163.79",
"type": "ea ex exercitation minim consequat"
},
{
"currency": "USD",
"name": "snowpea",
"num": "95",
"price": "906.39",
"type": "pariatur labore irure"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "844",
"screenWidth": "962",
"timeZoneOffset": "-420",
"transactionIp": "249.223.131.42",
"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": "CARD",
"subProductType": "DIRECT",
"txnType": "SALE",
"cardInfo": {
"holderName": "CL BRW2",
"cardNumber": "4000000000002701",
"month": "05",
"year": "26",
"cvv": "123"
}
}'