curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "13342 Pfannerstill Plaza",
"city": "Lake Margareteborough",
"country": "US",
"email": "Tyrell.Wyman@gmail.com",
"firstName": "Sibyl",
"identityNumber": "05609191836",
"lastName": "Ullrich",
"phone": "15189238430",
"postalCode": "99256",
"province": "CO"
},
"merchantCustId": "CustId-UUL3-2H47",
"merchantNo": "800515",
"merchantTxnId": "5ddbee02-908f-44f9-a7a8-ac1c391f00b7",
"merchantTxnTime": "2025-05-11 10:08:35",
"orderAmount": "10",
"orderCurrency": "USD",
"shippingInformation": {
"address": "6805 Deangelo Camp",
"city": "Buddyfield",
"country": "US",
"email": "Orpha_Tillman87@hotmail.com",
"firstName": "Ian",
"identityNumber": "90358886252",
"lastName": "Cronin",
"phone": "13668341505",
"postalCode": "62799-1650",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "65536",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "prune",
"num": "56",
"price": "508.10",
"type": "non"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1024",
"screenWidth": "1536",
"timeZoneOffset": "360",
"transactionIp": "76.0.55.254",
"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",
"tokenInfo": {
"tokenId": "6d12db2be84ee9c68860d5e667e61eb74a894173cc6847b5acba5748f97132e8"
}
}'