curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "346 Grand Avenue",
"city": "Valerieburgh",
"country": "US",
"email": "Lavern_Balistreri92@hotmail.com",
"firstName": "Kailee",
"identityNumber": "41939052129",
"lastName": "Schmitt",
"phone": "17476212550",
"postalCode": "10111-3056",
"province": "CO"
},
"merchantCustId": "CustId-48P7-CFXY",
"merchantNo": "800515",
"merchantTxnId": "ec331d1b-e544-436a-aa2e-7f330389f699",
"merchantTxnTime": "2025-03-14 14:26:26",
"orderAmount": "447",
"orderCurrency": "USD",
"shippingInformation": {
"address": "1343 Kasey Mountains",
"city": "Howeland",
"country": "US",
"email": "Deangelo_Donnelly@hotmail.com",
"firstName": "Elinore",
"identityNumber": "41467038908",
"lastName": "Dietrich",
"phone": "13876012843",
"postalCode": "06791-8651",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "16",
"contentLength": "65536",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "custard apple",
"num": "33",
"price": "167.09",
"type": "reprehenderit"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1180",
"screenWidth": "800",
"timeZoneOffset": "-540",
"transactionIp": "10.81.217.106",
"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
}
}'