curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "2487 Bartoletti Court",
"city": "Lake Braxton",
"country": "US",
"email": "Rosario62@hotmail.com",
"firstName": "Name",
"identityNumber": "94481038630",
"lastName": "Quitzon",
"phone": "15130018472",
"postalCode": "83646",
"province": "CO"
},
"merchantCustId": "CustId-3906-6M29",
"merchantNo": "800515",
"merchantTxnId": "484d8513-d49e-420c-a392-18e0e8a09184",
"merchantTxnTime": "2025-03-14 14:40:21",
"orderAmount": "327",
"orderCurrency": "USD",
"shippingInformation": {
"address": "9141 The Woodlands",
"city": "Langberg",
"country": "US",
"email": "Everett.Nicolas89@hotmail.com",
"firstName": "Abbie",
"identityNumber": "82291505676",
"lastName": "Homenick",
"phone": "19842619318",
"postalCode": "17629",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "0",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "incaberry",
"num": "39",
"price": "556.19",
"type": "labore sed ad consequat non"
},
{
"currency": "USD",
"name": "honeydew melon",
"num": "4",
"price": "600.39",
"type": "ex"
},
{
"currency": "USD",
"name": "date",
"num": "43",
"price": "202.39",
"type": "incididunt pariatur sed"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "800",
"screenWidth": "3440",
"timeZoneOffset": "720",
"transactionIp": "97.173.239.188",
"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
}
}'