List customers

Lists the customers of your organization for the live or test mode of the API key used. Customers are returned sorted by creation date, with the most recently created customers appearing first. Use limit together with the starting_after and ending_before cursors to paginate the results. The Link response header contains the URL of the next page when more results are available.

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

Customer id cursor for use in pagination. Returns the page of results immediately before the customer with this id. Cannot be combined with starting_after.

integer
Defaults to 30

Maximum number of customers to return per page. Defaults to 30, with a maximum of 300.

string

Customer id cursor for use in pagination. Returns the page of results immediately after the customer with this id. Cannot be combined with ending_before.

string

Tax identification number to filter by. For cl_rut, use a Chilean tax ID (RUT) with or without dots and hyphens (for example 11.111.111-1 or 111111111). For mx_rfc, use a Mexican tax ID (RFC) in any casing. If you do not provide tax_id_type, Fintoc matches the value against both formats.

string
enum

Country-specific tax identifier format to filter by. One of cl_rut for Chilean tax ID (RUT) or mx_rfc for Mexican tax ID (RFC). When you send tax_id_type without tax_id, the endpoint returns every customer with a tax ID in that format.

Allowed:
Responses

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