curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "8438 Harrison Ramp",
"city": "East Alicestead",
"country": "US",
"email": "Kenya_Leuschke56@gmail.com",
"firstName": "Joey",
"identityNumber": "69566700260",
"lastName": "Kuhic-Pouros",
"phone": "18699595200",
"postalCode": "59740",
"province": "CO"
},
"merchantCustId": "CustId-1DM1-DCD5",
"merchantNo": "800515",
"merchantTxnId": "e5a6d02c-1bf8-4b61-86b3-2d755b274552",
"merchantTxnTime": "2025-03-14 14:39:35",
"orderAmount": "379",
"orderCurrency": "USD",
"shippingInformation": {
"address": "82615 Schimmel Lane",
"city": "Devonteboro",
"country": "US",
"email": "Barney59@hotmail.com",
"firstName": "Taya",
"identityNumber": "17099423333",
"lastName": "Casper-Simonis",
"phone": "14743913292",
"postalCode": "14552",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "4096",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "melon",
"num": "29",
"price": "562.19",
"type": "non do in eu"
},
{
"currency": "USD",
"name": "loquat",
"num": "69",
"price": "823.89",
"type": "commodo est dolore enim et"
},
{
"currency": "USD",
"name": "cantaloupe",
"num": "62",
"price": "450.95",
"type": "adipisicing quis"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "480",
"screenWidth": "1680",
"timeZoneOffset": "-540",
"transactionIp": "125.188.62.185",
"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"
}
}'