GET
Reports/reports/transactionsTransaction report
Returns transaction summary for a date range.
Access tierbusiness_financeRate limit60/minIdempotencynoneAuthenticationBearerAuth
Source
LuxApi/app/Http/Controllers/Api/ReportApiController.php::transactionsLuxPayProjects @ 146e98baa44eParameters
X-Request-IDheaderClient correlation identifier. LuxPay may generate one when omitted.
Example:req_01J...fromqueryInclusive start date.
Example:2026-07-01toqueryInclusive end date.
Example:2026-07-31business_idqueryBusiness filter for privileged actors.
Example:10101Code examples
The displayed sandbox host is a placeholder until an official host is provisioned. Never paste a production token into a public browser.
curl --request GET \
--url 'https://sandbox-api.luxpay.example/v1/reports/transactions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'Responses
200Successful response.
statusboolean
Example:
truedataobject
{
"status": true,
"data": {}
}