curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "1981 Larson Vista",
"city": "Port Pattie",
"country": "US",
"email": "Sherwood6@hotmail.com",
"firstName": "Shany",
"identityNumber": "20175607445",
"lastName": "Gottlieb",
"phone": "19679968717",
"postalCode": "96120",
"province": "CO"
},
"merchantCustId": "CustId-CI9J-NV27",
"merchantNo": "800515",
"merchantTxnId": "f60626f5-6af8-4756-894b-96373dd6c49d",
"merchantTxnTime": "2025-03-14 14:39:50",
"orderAmount": "645",
"orderCurrency": "USD",
"shippingInformation": {
"address": "945 W 12th Street",
"city": "Portage",
"country": "US",
"email": "Erica22@yahoo.com",
"firstName": "Giovanni",
"identityNumber": "34819105074",
"lastName": "MacGyver",
"phone": "18962924382",
"postalCode": "25562",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "24",
"contentLength": "4096",
"javaEnabled": true,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "blood orange",
"num": "45",
"price": "546.09",
"type": "ullamco eiusmod esse Lorem"
},
{
"currency": "USD",
"name": "goji berry",
"num": "75",
"price": "400.95",
"type": "sit"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "1024",
"screenWidth": "1280",
"timeZoneOffset": "-180",
"transactionIp": "114.146.222.199",
"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
}
}'