Back to reference
GET/reports/payouts
Reports

Payout report

Returns payout summary for a date range.

Access tierbusiness_financeRate limit60/minIdempotencynoneAuthenticationBearerAuth
SourceLuxApi/app/Http/Controllers/Api/ReportApiController.php::payoutsLuxPayProjects @ 146e98baa44e

Parameters

X-Request-IDheader
stringOptional

Client correlation identifier. LuxPay may generate one when omitted.

Example: req_01J...
fromquery
stringRequired

Inclusive start date.

Example: 2026-07-01
toquery
stringRequired

Inclusive end date.

Example: 2026-07-31
business_idquery
integerOptional

Business filter for privileged actors.

Example: 10101

Code 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/payouts' \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer <token>'

Responses

200Successful response.
status
boolean
Example: true
data
object
{
  "status": true,
  "data": {}
}
400
401
403
404
409
422
429
500
OpenAPI JSONOpenAPI YAMLPostman collection