List payout requests
FastConnect
List payout requests
Lists all payout requests with support for filters and pagination.
GET
List payout requests
Authorizations
JWT Bearer token authentication. Use the JWT token obtained from the login endpoint in the Authorization header as 'Bearer {token}'.
Query Parameters
Filter by submerchant ID
Example:
"36OO3bcGjhPjjF3tzrqOGcmQuKo"
Filter by request status
Available options:
pending, approved, rejected Example:
"pending"
Filter by currency
Example:
"BRL"
Filter by creation date
Example:
"2025-12-01"
Filter by processing date
Example:
"2025-12-04"
Page number (starts at 1)
Example:
1
Number of items per page
Example:
20
Order results by fields (comma-separated). Prefix with - for descending order.
Example:
"createdAt,-amount"
Response
Successfully retrieved the list of payout requests