Payouts
Get All Batch Payouts
This API retrieves a list of all batch payouts. The response provides details for each payout, including the total amount and relevant timestamps. Pagination options are available to efficiently manage large datasets.
GET
Authorizations
Sanctum token-based authentication using the Bearer scheme.
Query Parameters
Filter by start date (YYYY-MM-DD)
Filter by end date (YYYY-MM-DD)
Sort order ('oldest' or 'newest')
Available options:
oldest
, newest
Page number for pagination
Example:
1
Number of records per page
Example:
10