List Banks

Returns the list of banks Cardda supports. This is global reference data:
it is not scoped to a company, returns the same list to every caller, and
requires no authentication — this endpoint accepts requests with no
Authorization bearer token and no company-id header.

Use each bank's id (a stable slug such as cl_banco_estado) as the bank_id
value when creating bank recipients, reading balances, or filtering by bank.

Results are paginated and support the standard _start/_end/_order/_field
window, and the response carries X-Total-Count / Content-Range headers.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
≥ 0

If all the transactions where in an array, this would represent the index of the first item returned in the response

integer
≥ 0

If all the transactions where in an array, this would represent the index of the last item returned in the response

string
enum

The order method, which can be ascending or descending

Allowed:
string

The field used to sort, the example illustrates a response that would be sorted by the creation date

string

Filter by bank id. Supports the filter DSL, e.g.
id={"$in":["cl_banco_estado","cl_banco_bci"]}.

string

Filter by bank name. Supports {"$regex":"..."} for partial match.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json