curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "3523 Clemens Lights",
"city": "South Jameyberg",
"country": "US",
"email": "King72@hotmail.com",
"firstName": "Shanon",
"identityNumber": "44182215134",
"lastName": "Hickle",
"phone": "17802688617",
"postalCode": "55855-6474",
"province": "CO"
},
"merchantCustId": "CustId-HQ50-F6CX",
"merchantNo": "800515",
"merchantTxnId": "7775687d-03e6-4d8c-b562-496ee51cb185",
"merchantTxnTime": "2025-03-14 14:25:54",
"orderAmount": "516",
"orderCurrency": "USD",
"shippingInformation": {
"address": "7275 Chanel Valleys",
"city": "New Bridie",
"country": "US",
"email": "Nestor95@hotmail.com",
"firstName": "Rosalinda",
"identityNumber": "01278945705",
"lastName": "Oberbrunner",
"phone": "13475422614",
"postalCode": "15064-9386",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "65536",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "mango",
"num": "91",
"price": "299.68",
"type": "consequat eiusmod velit"
},
{
"currency": "USD",
"name": "currant",
"num": "41",
"price": "848.09",
"type": "adipisicing"
},
{
"currency": "USD",
"name": "longan",
"num": "9",
"price": "679.80",
"type": "amet deserunt commodo"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "780",
"screenWidth": "1680",
"timeZoneOffset": "-120",
"transactionIp": "124.221.70.52",
"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
}
}'