curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "30499 Vicente Lake",
"city": "Wisokyton",
"country": "US",
"email": "Estella_Nolan21@hotmail.com",
"firstName": "Maryam",
"identityNumber": "11049874165",
"lastName": "Padberg",
"phone": "14797106611",
"postalCode": "35952",
"province": "CO"
},
"merchantCustId": "CustId-HFDD-TM87",
"merchantNo": "800515",
"merchantTxnId": "42f96a08-ee80-4389-aaac-77ffc57ca7c4",
"merchantTxnTime": "2025-06-24 15:44:28",
"orderAmount": "10",
"orderCurrency": "USD",
"shippingInformation": {
"address": "8835 Grange Road",
"city": "Ikestad",
"country": "US",
"email": "Karelle.Gleason@yahoo.com",
"firstName": "Murl",
"identityNumber": "30010919385",
"lastName": "Watsica",
"phone": "14861272130",
"postalCode": "30820-0198",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "65536",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "sultana",
"num": "87",
"price": "700.99",
"type": "dolore sint nostrud in irure"
},
{
"currency": "USD",
"name": "peach",
"num": "18",
"price": "148.19",
"type": "ad"
},
{
"currency": "USD",
"name": "mangosteen",
"num": "80",
"price": "823.05",
"type": "qui eiusmod reprehenderit esse"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1366",
"screenWidth": "1366",
"timeZoneOffset": "480",
"transactionIp": "42.94.119.68",
"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": "4000020951595032",
"month": "05",
"year": "26",
"cvv": "123"
}
}'