curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "3486 Laurence Brook",
"city": "South Olen",
"country": "US",
"email": "Meredith.Klocko47@gmail.com",
"firstName": "Greyson",
"identityNumber": "78190583972",
"lastName": "Kessler",
"phone": "18910039889",
"postalCode": "89752",
"province": "CO"
},
"merchantCustId": "CustId-J2RO-5K15",
"merchantNo": "800515",
"merchantTxnId": "8b676af4-eeac-48a8-a01f-a1f8cb83b63d",
"merchantTxnTime": "2025-03-14 14:36:58",
"orderAmount": "62",
"orderCurrency": "USD",
"shippingInformation": {
"address": "20709 Highland Avenue",
"city": "South Arvel",
"country": "US",
"email": "Lauren_Koss@hotmail.com",
"firstName": "Brooks",
"identityNumber": "01563334821",
"lastName": "Harber",
"phone": "18483991178",
"postalCode": "76863",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "1024",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "nashi pear",
"num": "75",
"price": "368.70",
"type": "officia do laborum"
},
{
"currency": "USD",
"name": "cumquat",
"num": "36",
"price": "220.09",
"type": "in cupidatat ut Excepteur"
},
{
"currency": "USD",
"name": "incaberry",
"num": "13",
"price": "666.59",
"type": "cillum eu dolor non"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "736",
"screenWidth": "3840",
"timeZoneOffset": "120",
"transactionIp": "226.124.211.192",
"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"
}
}'