curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "40664 Hermiston Avenue",
"city": "New Tristianfurt",
"country": "US",
"email": "Paxton.Walsh50@yahoo.com",
"firstName": "Adolf",
"identityNumber": "10577459817",
"lastName": "Rippin",
"phone": "19097414911",
"postalCode": "99379-2690",
"province": "CO"
},
"merchantCustId": "CustId-1359-NT52",
"merchantNo": "800515",
"merchantTxnId": "39e0a808-491f-4103-9c9c-85955e6bd45e",
"merchantTxnTime": "2025-03-14 14:26:08",
"orderAmount": "23",
"orderCurrency": "USD",
"shippingInformation": {
"address": "5031 Bednar Views",
"city": "Lake Deonte",
"country": "US",
"email": "Flossie.Kling@hotmail.com",
"firstName": "Lea",
"identityNumber": "31444886961",
"lastName": "Larkin",
"phone": "18537830553",
"postalCode": "77067",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "4096",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "lime",
"num": "42",
"price": "368.30",
"type": "qui consectetur elit mollit ut"
},
{
"currency": "USD",
"name": "currant",
"num": "83",
"price": "979.55",
"type": "deserunt minim magna occaecat irure"
},
{
"currency": "USD",
"name": "feijoa",
"num": "26",
"price": "251.29",
"type": "officia"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1024",
"screenWidth": "3840",
"timeZoneOffset": "180",
"transactionIp": "51.19.82.47",
"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
}
}'