curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "88834 Douglas Ports",
"city": "Franeckishire",
"country": "US",
"email": "Alexanne43@yahoo.com",
"firstName": "Kiarra",
"identityNumber": "71307950125",
"lastName": "Kovacek",
"phone": "19608186566",
"postalCode": "52454",
"province": "CO"
},
"merchantCustId": "CustId-X2S6-EGR8",
"merchantNo": "800515",
"merchantTxnId": "{{auto-generated-uuid}}",
"merchantTxnTime": "2025-07-24 16:46:11",
"orderAmount": "2",
"orderCurrency": "USD",
"shippingInformation": {
"address": "916 Maple Road",
"city": "Port Athena",
"country": "US",
"email": "Liana_Shanahan@yahoo.com",
"firstName": "Trevion",
"identityNumber": "00330425183",
"lastName": "Kutch",
"phone": "14098875776",
"postalCode": "05078-8653",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "1024",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "watermelon",
"num": "95",
"price": "546.49",
"type": "labore adipisicing minim"
},
{
"currency": "USD",
"name": "dried apricot",
"num": "15",
"price": "694.29",
"type": "Duis eu dolore dolore"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1180",
"screenWidth": "3840",
"timeZoneOffset": "-360",
"transactionIp": "226.233.110.53",
"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": "SUBSCRIBE",
"txnType": "SALE",
"cardInfo": {
"holderName": "CL BRW2",
"cardNumber": "4000020951595032",
"month": "05",
"year": "26",
"cvv": "123"
},
"subscription": {
"requestType": "0",
"selfExecute": "2",
"productName": "Electronic Granite Fish",
"frequencyType": "D",
"frequencyPoint": "216",
"merchantCustId": "CustId-YD82-4B5I",
"expireDate": "2025-10-05",
"metaData": "rudely"
}
}'