curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "4274 Fritsch Causeway",
"city": "Braxtonstead",
"country": "US",
"email": "Lance.Stoltenberg-Schultz@yahoo.com",
"firstName": "Domenico",
"identityNumber": "31034778618",
"lastName": "Lynch",
"phone": "19683278735",
"postalCode": "85473-0531",
"province": "CO"
},
"merchantCustId": "CustId-K8WV-5KB3",
"merchantNo": "800515",
"merchantTxnId": "0ae8e163-6441-48b8-a84f-7e33261fc023",
"merchantTxnTime": "2025-03-14 14:38:19",
"orderAmount": "257",
"orderCurrency": "USD",
"shippingInformation": {
"address": "2809 Adams Burg",
"city": "Hollyland",
"country": "US",
"email": "Lottie_Carter@hotmail.com",
"firstName": "Miguel",
"identityNumber": "74100935917",
"lastName": "Yost",
"phone": "14351035509",
"postalCode": "68323-4157",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "16384",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "banana",
"num": "90",
"price": "814.39",
"type": "ad voluptate nostrud"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "800",
"screenWidth": "428",
"timeZoneOffset": "-120",
"transactionIp": "128.25.35.115",
"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
}
}'