curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "7047 Beatty Square",
"city": "Scarlettfield",
"country": "US",
"email": "Forest.Bahringer1@gmail.com",
"firstName": "Solon",
"identityNumber": "95584487150",
"lastName": "Jacobson",
"phone": "14146764528",
"postalCode": "56195-9652",
"province": "CO"
},
"merchantCustId": "CustId-EMX1-17W2",
"merchantNo": "800515",
"merchantTxnId": "20b56b17-744c-4485-b57f-49cd17103086",
"merchantTxnTime": "2025-03-13 23:33:53",
"orderAmount": "664",
"orderCurrency": "USD",
"shippingInformation": {
"address": "60760 Haag Common",
"city": "South Eliezerberg",
"country": "US",
"email": "Novella.Stamm@hotmail.com",
"firstName": "Betsy",
"identityNumber": "28616439445",
"lastName": "Goldner",
"phone": "14982432957",
"postalCode": "68264-5510",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "0",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "plum",
"num": "81",
"price": "747.45",
"type": "elit"
},
{
"currency": "USD",
"name": "berry",
"num": "78",
"price": "105.99",
"type": "dolor culpa deserunt sit sint"
}
],
"returnUrl": "https://docs.onerway.com/apis/",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "568",
"screenWidth": "428",
"timeZoneOffset": "540",
"transactionIp": "194.139.47.38",
"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
}
}'