curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "750 Highland Avenue",
"city": "Stephanybury",
"country": "US",
"email": "Monserrate14@gmail.com",
"firstName": "Augustus",
"identityNumber": "57424052967",
"lastName": "Gutkowski",
"phone": "17617125689",
"postalCode": "94743",
"province": "CO"
},
"merchantCustId": "CustId-8K8B-B2EG",
"merchantNo": "800515",
"merchantTxnId": "{{auto-generated-uuid}}",
"merchantTxnTime": "2026-03-04 17:47:21",
"orderAmount": "685.9481671305213",
"orderCurrency": "USD",
"shippingInformation": {
"address": "437 Bonita Dam",
"city": "Uniqueworth",
"country": "US",
"email": "Tommie.Bednar@hotmail.com",
"firstName": "Madalyn",
"identityNumber": "65513389440",
"lastName": "Miller",
"phone": "17311011008",
"postalCode": "69164",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "1024",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "apple",
"num": "74",
"price": "626.15",
"type": "in deserunt dolore velit do"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "780",
"screenWidth": "3840",
"timeZoneOffset": "-60",
"transactionIp": "48.25.160.49",
"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": "1",
"productName": "Intelligent Rubber Fish",
"frequencyType": "W",
"bindCard": true,
"merchantCustId": "CustId-67UJ-5844",
"frequencyPoint": "49",
"notificationEmail": "Caroline.Price@yahoo.com",
"metaData": null,
"trialFromPlan": "1",
"cycleCount": 14,
"trialEnd": "2026-05-27"
}
}'