List movements

Lists the movements of one of your accounts for the mode (live or test) of the API key used. Filter by direction and resource_id, or by date range with since and until. The list is paginated. Use the starting_after, ending_before, and limit query parameters to move through the list. The Link response header carries the URLs to navigate the paginated list.

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

Unique identifier of the account.

Query Params
string
enum

Direction of the movements to return. One of inbound (money entered the account) or outbound (money left the account).

Allowed:
date-time

Lower bound for the transaction date. Returns movements with a transaction_date on or after this ISO 8601 datetime in UTC.

date-time

Upper bound for the transaction date. Returns movements with a transaction_date on or before this ISO 8601 datetime in UTC.

string

Identifier of the resource that originated the movement. Returns movements whose resource_id matches, such as a specific transfer.

string

Cursor that fetches the next page of movements. Use the ID of the last movement from the current page.

string

Cursor that fetches the previous page of movements. Use the ID of the first movement from the current page.

integer

Maximum number of movements to return per page. Ranges from 1 to 300. Defaults to 30.

Responses

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