curl --location --request POST 'https://sandbox-acq.onerway.com/txn/payment' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "50200 Misty Radial",
"city": "North Adolphland",
"country": "US",
"email": "Adrain52@gmail.com",
"firstName": "Janelle",
"identityNumber": "42057381376",
"lastName": "Lubowitz",
"phone": "18091538245",
"postalCode": "56562",
"province": "CO"
},
"merchantCustId": "CustId-D3AA-8022",
"merchantNo": "800515",
"merchantTxnId": "{{auto-generated-uuid}}",
"merchantTxnTime": "2025-08-21 10:17:31",
"orderAmount": "0.5",
"orderCurrency": "USD",
"shippingInformation": {
"address": "7218 Howell Cliffs",
"city": "Ferrycester",
"country": "US",
"email": "Katherine.Herman89@hotmail.com",
"firstName": "Madisyn",
"identityNumber": "30953937490",
"lastName": "Schamberger",
"phone": "14161476895",
"postalCode": "75099",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "0",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "sultana",
"num": "83",
"price": "903.69",
"type": "ea amet velit cillum sed"
},
{
"currency": "USD",
"name": "butternut pumpkin",
"num": "11",
"price": "870.05",
"type": "ex Ut qui ipsum"
},
{
"currency": "USD",
"name": "lychee",
"num": "63",
"price": "799.19",
"type": "elit tempor"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1620",
"screenWidth": "1536",
"timeZoneOffset": "-540",
"transactionIp": "112.15.49.132",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36"
},
"risk3dsStrategy": "INNER",
"productType": "CARD",
"subProductType": "DIRECT",
"txnType": "SALE"
}'