curl --location --request POST 'https://sandbox-acq.onerway.com/txn/payment' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "83496 Springfield Road",
"city": "New Milton",
"country": "US",
"email": "Dorian.Nikolaus26@hotmail.com",
"firstName": "Fern",
"identityNumber": "72215839163",
"lastName": "Von",
"phone": "18735764175",
"postalCode": "74490",
"province": "CO"
},
"merchantCustId": "CustId-K354-R5AX",
"merchantNo": "800515",
"merchantTxnId": "f7f9306e-85de-408b-806b-3a3e7ffb3703",
"merchantTxnTime": "2025-04-22 13:57:16",
"orderAmount": "6",
"orderCurrency": "USD",
"shippingInformation": {
"address": "86406 Gloucester Road",
"city": "South Douglaston",
"country": "US",
"email": "Gardner_Lueilwitz@yahoo.com",
"firstName": "Geo",
"identityNumber": "26044125871",
"lastName": "Thiel",
"phone": "19714267112",
"postalCode": "89995-9234",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "0",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "feijoa",
"num": "77",
"price": "842.79",
"type": "nisi ex pariatur"
},
{
"currency": "USD",
"name": "loquat",
"num": "31",
"price": "726.35",
"type": "ad"
},
{
"currency": "USD",
"name": "strawberry",
"num": "99",
"price": "819.79",
"type": "ex consectetur incididunt deserunt mollit"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1080",
"screenWidth": "820",
"timeZoneOffset": "-600",
"transactionIp": "240.27.238.119",
"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": "ALL",
"subProductType": "DIRECT",
"txnType": "SALE"
}'