List all bank statements

Return a list of submitted bank statements starting with the most recent one.

Headers

X-Api-KeystringRequired
X-Application-IdstringRequired

Query parameters

created_afterdatetimeOptional
Only return bank statements older or equal than this date
created_beforedatetimeOptional
Only return bank statements newer than this date
cursorstringOptional
Starting point for the set of bank statements
limitintegerOptional>=1<=50Defaults to 10
The limit of bank statements to be returned
statusenumOptional
If specified, only return bank statements with this status
Allowed values:

Response

Successful Response
next_cursorstring
datalist of objects

Errors