curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "8721 Maymie Run",
"city": "East Melody",
"country": "US",
"email": "Bertram.Koss72@yahoo.com",
"firstName": "Newell",
"identityNumber": "45113021708",
"lastName": "Franey",
"phone": "14552773706",
"postalCode": "22537-6165",
"province": "CO"
},
"merchantCustId": "CustId-GFZB-WX3A",
"merchantNo": "800515",
"merchantTxnId": "7ff7b987-8719-4eef-b75c-e3113b64bc6f",
"merchantTxnTime": "2025-03-14 11:32:54",
"orderAmount": "400",
"orderCurrency": "USD",
"shippingInformation": {
"address": "538 Domenick Unions",
"city": "Ardithshire",
"country": "US",
"email": "Llewellyn_Kohler@yahoo.com",
"firstName": "Gretchen",
"identityNumber": "53621693477",
"lastName": "Botsford",
"phone": "18895621015",
"postalCode": "76953",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "65536",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "custard apples daikon",
"num": "34",
"price": "694.99",
"type": "ea reprehenderit minim"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "640",
"screenWidth": "962",
"timeZoneOffset": "-240",
"transactionIp": "108.217.184.46",
"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
}
}'