Retrieves a paginated list of payins.
cURL
curl --request GET \ --url https://api.example.com/payins
{ "data": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "amount": 100000, "confirmedAmount": 100000, "currency": "COP", "status": "PENDING", "rail": "BRE_B", "reference": "INV-2024-001", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z", "organizationId": "123e4567-e89b-12d3-a456-426614174000", "inlineCustomer": "John Doe", "errorCode": null, "resultAt": "2024-01-01T00:00:00.000Z", "chargebackAt": "2024-01-01T00:00:00.000Z", "sourceData": { "keyString": "breb-key-string" }, "callbackUrl": "https://example.com/callback" } ], "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 payins with pagination
List of payins
Show child attributes
Pagination metadata