curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "9491 Lynch Light",
"city": "Erikaside",
"country": "US",
"email": "Vilma_Rohan@yahoo.com",
"firstName": "Mallory",
"identityNumber": "36237672829",
"lastName": "Hilpert",
"phone": "14039966073",
"postalCode": "55834",
"province": "CO"
},
"merchantCustId": "CustId-1P6S-911E",
"merchantNo": "800515",
"merchantTxnId": "4c45f614-7dca-455a-a1fb-655946186c98",
"merchantTxnTime": "2025-03-14 14:43:35",
"orderAmount": "882",
"orderCurrency": "USD",
"shippingInformation": {
"address": "1522 Lennie Way",
"city": "Julieworth",
"country": "US",
"email": "Dedric.Grimes16@hotmail.com",
"firstName": "Sheldon",
"identityNumber": "90929641077",
"lastName": "Kling",
"phone": "18209564823",
"postalCode": "25753",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "65536",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "apple",
"num": "71",
"price": "332.49",
"type": "laborum nulla id nisi Ut"
},
{
"currency": "USD",
"name": "incaberry",
"num": "50",
"price": "631.65",
"type": "officia deserunt et adipisicing"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1620",
"screenWidth": "1680",
"timeZoneOffset": "-420",
"transactionIp": "247.123.50.131",
"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
}
}'