Refunds
Get All Batch Refunds
This API retrieves a list of all batch refunds. The response provides details for each batch refund, 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
This parameter will filter the user's records based on the creation date of the batch refund.Date format: Y-m-d
Example:
"2024-03-01"
This parameter will filter the user's records based on the creation date of the batch refund.Date format: Y-m-d
Example:
"2024-03-10"
Sorting order: 'oldest' for ascending, 'newest' for descending.
Available options:
oldest
, newest
Example:
"newest"
Page number for pagination.
Example:
1
Number of items per page.
Example:
10