curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "304 Gulgowski Corner",
"city": "Coachella",
"country": "US",
"email": "Taylor.Kulas70@gmail.com",
"firstName": "Jerry",
"identityNumber": "66465450108",
"lastName": "Klocko",
"phone": "15395732089",
"postalCode": "72266",
"province": "CO"
},
"merchantCustId": "CustId-XR6M-4Q26",
"merchantNo": "800515",
"merchantTxnId": "42ca2005-a72b-4cc1-8bb6-2239168d67f1",
"merchantTxnTime": "2025-03-14 14:42:39",
"orderAmount": "48",
"orderCurrency": "USD",
"shippingInformation": {
"address": "97093 Emmalee Ford",
"city": "Lake Danikacester",
"country": "US",
"email": "Johnathan_Roob@gmail.com",
"firstName": "Shanna",
"identityNumber": "57511468928",
"lastName": "Hintz",
"phone": "14726461143",
"postalCode": "72583-6023",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "1024",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "mandarin",
"num": "44",
"price": "200.23",
"type": "adipisicing anim occaecat dolor voluptate"
},
{
"currency": "USD",
"name": "currant",
"num": "6",
"price": "805.93",
"type": "ea consequat amet"
},
{
"currency": "USD",
"name": "loquat",
"num": "92",
"price": "995.09",
"type": "cillum dolor fugiat veniam et"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1366",
"screenWidth": "1536",
"timeZoneOffset": "-480",
"transactionIp": "101.198.220.211",
"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"
}
}'