curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "477 Keeling Flat",
"city": "Port Judge",
"country": "US",
"email": "Elton.Bergnaum@gmail.com",
"firstName": "Kellie",
"identityNumber": "78334293202",
"lastName": "Feest",
"phone": "13396862398",
"postalCode": "83996-6223",
"province": "CO"
},
"merchantCustId": "CustId-GV8S-597G",
"merchantNo": "800515",
"merchantTxnId": "faeba4e4-57cf-4748-978d-5eaf7af8ac66",
"merchantTxnTime": "2025-03-14 14:49:01",
"orderAmount": "65",
"orderCurrency": "USD",
"shippingInformation": {
"address": "447 Hall Street",
"city": "Fort Kathryn",
"country": "US",
"email": "Milo34@yahoo.com",
"firstName": "Francesco",
"identityNumber": "91476588305",
"lastName": "Hermann",
"phone": "18113827643",
"postalCode": "90240-4562",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "65536",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "nectarine",
"num": "62",
"price": "141.25",
"type": "ex ea ullamco veniam"
},
{
"currency": "USD",
"name": "incaberry",
"num": "11",
"price": "661.58",
"type": "est ad nostrud dolor dolor"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1180",
"screenWidth": "3840",
"timeZoneOffset": "420",
"transactionIp": "193.133.176.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": "LPMS",
"subProductType": "DIRECT",
"txnType": "SALE",
"lpmsInfo": {
"lpmsType": "{{APM-NAME}}",
"bankName": null,
"iBan": null,
"walletAccountId": null,
"walletAccountName": null,
"prepaidNumber": null
}
}'