curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "2586 N Harrison Street",
"city": "Bettieworth",
"country": "US",
"email": "Kiel_Hoppe-Kirlin@yahoo.com",
"firstName": "Liza",
"identityNumber": "70825125327",
"lastName": "Swift",
"phone": "19215334620",
"postalCode": "17204-8572",
"province": "CO"
},
"merchantCustId": "CustId-57L5-36Y5",
"merchantNo": "800515",
"merchantTxnId": "26363a5d-eb63-4d83-84d3-8e843e60dc97",
"merchantTxnTime": "2025-03-14 14:45:44",
"orderAmount": "88",
"orderCurrency": "USD",
"shippingInformation": {
"address": "7720 Hillside",
"city": "New Dolly",
"country": "US",
"email": "Laverna_Keeling@gmail.com",
"firstName": "Jewell",
"identityNumber": "77586551122",
"lastName": "Reichel",
"phone": "14268691230",
"postalCode": "64189-4746",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "1024",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "guava",
"num": "85",
"price": "492.49",
"type": "ad adipisicing tempor"
},
{
"currency": "USD",
"name": "lychee",
"num": "25",
"price": "94.99",
"type": "sed"
},
{
"currency": "USD",
"name": "grapefruit",
"num": "80",
"price": "252.99",
"type": "incididunt exercitation ea Duis ipsum"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "736",
"screenWidth": "820",
"timeZoneOffset": "300",
"transactionIp": "35.138.227.85",
"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
}
}'