Transactions
Fetch bank transactions
Learn how to fetch bank transactions associated with an account.
Use this resource to fetch credit/debit type transactions associated with accounts.
GET /v1/transactions/bank
Query parameters
This endpoint is paginated. limit
describes the size of the page you are querying.
The cursor
is used to scroll to the next page. When making the first call to list all accounts, there is no need to pass in any cursor since the API has not returned any cursor back to you. Only use cursor when the API provides it. For more information, please see Pagination
This starting date. Expected format: yyyy-MM-dd'T'HH:mm:ss
(in UTC
)
This ending date. Expected format: yyyy-MM-dd'T'HH:mm:ss
(in UTC
)
Response body
Response code
Response description