Search Available Statements
POST/statements/search
This API looks for available Financial Accounts Statements given an Account Id & Account Type. The API Consumer can also filter by a date range.
- A request with a
startDate, and without anendDate, returns all the qualified statements with a date equal to and greater than the start date. - A request with an
endDate, and without astartDate, returns all the qualified statements with a date equal to and less than the end date. - A request without a
startDateor anendDatereturns all the qualified statements for the keys requested.
Request
Responses
- 200
- 400
- 401
- 409
- 500
Successful Statements Retrieval Response.
Bad Request
Unauthorized.
note
401 errors
There are two different error schemas for 401 errors, one when the API credentials sent are wrong or invalid and another one when the API credentials are valid but the operation is prohibited for the consumer.
Conflict. The API was unable to process the request due to business validation rules.
API Internal Error.