This endpoint requires authentication. Include your Bearer token in the Authorization header.
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Search query to filter payments
Page number for pagination
Number of payments per page
Field to sort by
Sort order ('asc' or 'desc')
Available options: 
asc, desc Filter by user ID
Filter payments from this date
Filter payments to this date
Filter payments by role
Available options: 
ADMIN, USER Specify 'count' to include the total count of items
Filter payments by status
Available options: 
PENDING, COMPLETED, FAILED