curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "36235 Ross Harbor",
"city": "Clairfield",
"country": "PL",
"email": "Adrien.McKenzie@hotmail.com",
"firstName": "Alvina",
"identityNumber": "05205438833",
"lastName": "Johns",
"phone": "14324655549",
"postalCode": "81130",
"province": "CO"
},
"merchantCustId": "CustId-0QOO-1Q2Y",
"merchantNo": "800515",
"merchantTxnId": "{{auto-generated-uuid}}",
"merchantTxnTime": "2025-09-08 13:47:29",
"orderAmount": "1000",
"orderCurrency": "PLN",
"shippingInformation": {
"address": "89498 Elna Summit",
"city": "Fond du Lac",
"country": "US",
"email": "Nico27@yahoo.com",
"firstName": "Jazlyn",
"identityNumber": "20319721846",
"lastName": "Corkery",
"phone": "15306008324",
"postalCode": "84918",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "0",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "mulberry",
"num": "85",
"price": "655.19",
"type": "consequat et voluptate exercitation"
},
{
"currency": "USD",
"name": "rockmelon",
"num": "100",
"price": "229.29",
"type": "sint dolore"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "480",
"screenWidth": "375",
"timeZoneOffset": "-420",
"transactionIp": "146.122.223.63",
"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": "LPMS",
"subProductType": "DIRECT",
"txnType": "SALE",
"lpmsInfo": {
"lpmsType": "Blik",
"bankName": null,
"iBan": null,
"walletAccountId": null,
"walletAccountName": null,
"prepaidNumber": null
}
}'