Retrieves a paginated list of 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
Payout ID
"123e4567-e89b-12d3-a456-426614174000"
Payout amount
100000
Payout currency
"COP"
Payout status
"PENDING"
Payout rail
"BRE_B"
Payout created at
"2024-01-01T00:00:00.000Z"
Payout updated at
Payout organization ID
Payout target data
{ "breb": { "keyString": "@ABCED1223" } }
Payout reference
"OUT-2024-001"
Payout inline customer
Customer full name
"John Doe"
Type of identification document
CO_CC
MXN_RFC
PASSPORT
"CO_CC"
Identification document number
"1234567890"
Customer phone number
"+573001234567"
Customer email address
"john.doe@example.com"
Payout error code
null
Payout result at
Pagination metadata
Current page number