List settlements
scopes:
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
An id that uniquely identifies the account.
9A limit on the number of objects to be returned. Limit can range between 1 and 1000 items, and the default is 10 items.
1 <= x <= 1000cursor for use in pagination. starting_after_id is an object ID
that defines your place in the list, included in the last_evaluated_key.
For instance, if you make a list request and receive 100 objects,
ending with obj_foo and settled_at=2021-02-02, your subsequent call
can include starting_after_id=obj_foo&starting_after_date=2021-02-02 in
order to fetch the next page of the list.
Note that you need to use the
created_atas value forstarting_after_dateif used in combination withitem_created_at.gteoritem_created_at.lte
Must be used together with starting_after_date
cursor for use in pagination.
starting_after_date is the settled_at or created_at from the
last_evaluated_key that defines your place in the list.
For instance, if you make a list request and receive 100 objects,
ending with obj_foo and settled_at=2021-02-02, your subsequent
call can include starting_after_id=obj_foo&starting_after_date=2021-02-02
in order to fetch the next page of the list.
Must be used together with starting_after_id
Settlement created after, the settled_at value
Settlement created before a date, the settled_at value
Filter by Settlement created_at value, cannot be combined
with created_at.gte query parameter
Filter by Settlement created_at value, cannot be combined
with created_at.lte query parameter
The payment provider
The seller id to filter on
Will try to match the search to settlement_id.