Retrieves a paginated list of payouts.
cURL
curl --request GET \ --url https://api.example.com/payouts
{ "data": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "amount": 100000, "currency": "COP", "status": "PENDING", "rail": "BRE_B", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z", "organizationId": "123e4567-e89b-12d3-a456-426614174000", "targetData": { "breb": { "keyString": "@ABCED1223" } }, "reference": "OUT-2024-001", "inlineCustomer": { "name": "John Doe", "idType": "CO_CC", "idNumber": "1234567890", "phone": "+573001234567", "email": "john.doe@example.com" }, "errorCode": null, "resultAt": "2024-01-01T00:00:00.000Z" } ], "pagination": { "page": 1, "limit": 10, "total": 100, "totalPages": 10, "hasNext": true, "hasPrev": false } }
Page number for pagination
x >= 1
1
Number of items per page
10
Total number of items
100
Total number of pages
Whether there is a next page
true
Whether there is a previous page
false
List of payouts with pagination
List of payouts
Show child attributes
Pagination metadata