curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "10137 Langosh Brooks",
"city": "North Port",
"country": "US",
"email": "Jayme74@yahoo.com",
"firstName": "Herta",
"identityNumber": "06684353008",
"lastName": "Swift-Champlin",
"phone": "13590780219",
"postalCode": "89935-4153",
"province": "CO"
},
"merchantCustId": "CustId-GD39-HW77",
"merchantNo": "800515",
"merchantTxnId": "5a7a4ba4-d154-440b-b901-387c5d43c8b4",
"merchantTxnTime": "2025-05-11 17:17:31",
"orderAmount": "10",
"orderCurrency": "USD",
"shippingInformation": {
"address": "809 Cary Track",
"city": "Solonville",
"country": "US",
"email": "Aletha.Bartoletti46@hotmail.com",
"firstName": "William",
"identityNumber": "20410831876",
"lastName": "Murphy",
"phone": "13677142482",
"postalCode": "53005",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "65536",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "papaw",
"num": "24",
"price": "772.49",
"type": "nulla do aliqua Duis"
},
{
"currency": "USD",
"name": "pineapple",
"num": "96",
"price": "234.69",
"type": "labore anim"
},
{
"currency": "USD",
"name": "kiwiberry",
"num": "69",
"price": "720.09",
"type": "nisi"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1620",
"screenWidth": "1680",
"timeZoneOffset": "-540",
"transactionIp": "105.16.178.174",
"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": "AUTH",
"tokenInfo": {
"tokenId": "f7d54297b989d2acf4eb6791213cf2bd9d2c842ea05b0a91c8dd85f4f9e4915b"
}
}'