curl --location --request POST 'https://sandbox-acq.onerway.com/v1/sdkTxn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "8113 Kirlin Oval",
"city": "Effertzstead",
"country": "US",
"email": "Deanna_Rau7@hotmail.com",
"firstName": "Kadin",
"identityNumber": "08598216906",
"lastName": "Kris-Gerlach",
"phone": "18829380147",
"postalCode": "61269-8747",
"province": "CO"
},
"merchantCustId": "CustId-JUWS-33EG",
"merchantNo": "800515",
"merchantTxnId": "d3e85f48-d32e-4463-a37c-674b5bf73b07",
"merchantTxnTime": "2025-05-05 15:11:42",
"orderAmount": "954",
"orderCurrency": "USD",
"shippingInformation": {
"address": "17833 Schneider Ways",
"city": "Fort Agustinworth",
"country": "US",
"email": "Fernando_Harris36@yahoo.com",
"firstName": "Darian",
"identityNumber": "88739539890",
"lastName": "Steuber",
"phone": "17814340062",
"postalCode": "18389-2012",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "1024",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "blackberry",
"num": "42",
"price": "259.99",
"type": "dolor nulla amet ea commodo"
},
{
"currency": "USD",
"name": "starfruit",
"num": "74",
"price": "809.19",
"type": "Excepteur culpa"
},
{
"currency": "USD",
"name": "mulberry",
"num": "94",
"price": "779.79",
"type": "anim esse Ut elit Excepteur"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "740",
"screenWidth": "1680",
"timeZoneOffset": "540",
"transactionIp": "170.236.170.252",
"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": "TOKEN",
"txnType": "SALE"
}'