Retrieves a paginated list of payins.
{ "data": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "amount": 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
Payin ID
"123e4567-e89b-12d3-a456-426614174000"
Payin amount
100000
Payin currency
"COP"
Payin status
"PENDING"
Payin rail
"BRE_B"
Payin reference
"INV-2024-001"
Payin created at
"2024-01-01T00:00:00.000Z"
Payin updated at
Payin organization ID
Payin inline customer
"John Doe"
Payin error code
null
Payin result at
Payin chargeback at
Payin pse response
BREB payment key string
"breb-key-string"
Payin callback URL
"https://example.com/callback"
Pagination metadata
Current page number