curl --location --request POST 'https://sandbox-acq.onerway.com/v1/txn/doTransaction' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingInformation": {
"address": "714 Stamm Harbor",
"city": "Iowa City",
"country": "US",
"email": "Tristian.Von52@gmail.com",
"firstName": "Amanda",
"identityNumber": "06480346052",
"lastName": "Turner",
"phone": "14592569476",
"postalCode": "55023",
"province": "CO"
},
"merchantCustId": "CustId-165L-549D",
"merchantNo": "800515",
"merchantTxnId": "cb5f24e4-fd04-4386-80a7-c5298a7dd8eb",
"merchantTxnTime": "2025-03-14 14:24:39",
"orderAmount": "91",
"orderCurrency": "USD",
"shippingInformation": {
"address": "8327 Anderson Spurs",
"city": "Port Burdette",
"country": "US",
"email": "Tyrique_Hane8@gmail.com",
"firstName": "Chyna",
"identityNumber": "36480735652",
"lastName": "Howell",
"phone": "13888699302",
"postalCode": "59337-1843",
"province": "CO"
},
"sign": null,
"txnOrderMsg": {
"accept": "*/*",
"appId": "1968187301902553088",
"colorDepth": "32",
"contentLength": "1024",
"javaEnabled": false,
"language": "en-US",
"products": [
{
"currency": "USD",
"name": "cavalo",
"num": "48",
"price": "249.75",
"type": "deserunt dolor"
}
],
"returnUrl": "YOUR-RETURN-URL",
"notifyUrl": "YOUR-WEBHOOK-ENDPOINT",
"screenHeight": "736",
"screenWidth": "428",
"timeZoneOffset": "-180",
"transactionIp": "103.117.52.221",
"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
}
}'