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_afterdatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z
Only return bank statements older or equal than this date
created_beforedatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z
Only return bank statements newer than this date
cursorstringOptional
Starting point for the set of bank statements
limitintegerOptional>=1<=50
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