curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "73563 McCullough Fork",
"city": "Nestorchester",
"country": "US",
"email": "Amir.Ledner-Mitchell@gmail.com",
"firstName": "Richmond",
"identityNumber": "28604798834",
"lastName": "Schmeler",
"phone": "15800048983",
"postalCode": "95156",
"province": "CO"
},
"merchantCustId": "CustId-23CK-PKAD",
"merchantNo": "800515",
"merchantTxnId": "{{auto-generated-uuid}}",
"merchantTxnTime": "2025-10-16 17:40:23",
"orderAmount": "165.00",
"orderCurrency": "USD",
"shippingInformation": {
"address": "8904 Faye Lakes",
"city": "Rosemead",
"country": "US",
"email": "Vinnie39@yahoo.com",
"firstName": "Rossie",
"identityNumber": "31896612845",
"lastName": "Mosciski",
"phone": "14915569627",
"postalCode": "31166",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "65536",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "goji berry",
"num": "77",
"price": "690.89",
"type": "minim elit in"
},
{
"currency": "USD",
"name": "plum",
"num": "22",
"price": "315.59",
"type": "pariatur sint officia laboris"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1200",
"screenWidth": "428",
"timeZoneOffset": "-360",
"transactionIp": "103.155.173.50",
"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": "AUTH",
"cardInfo": {
"holderName": "CL BRW2",
"cardNumber": "4000319872807223",
"month": "05",
"year": "26",
"cvv": "123"
}
}'