1. Home
  2. Docs
  3. Data Subscriber API Documentation
  4. Endpoints – Banking
  5. GET /accounts/:id/statement

GET /accounts/:id/statement

Retrieve the statement for this Account.

Headers

Name Value
Authorization Bearer {token}

Response

The response is a stream of bytes, that is the content of the statement file, in application/pdf MIME. If you save the byte stream into a file, then it can be read with a PDF viewer. Alternatively, you can parse the byte stream programmatically.

Status Code

Code Comment
200 Request OK.
404 Cannot retrieve statement from the financial institution.
401 User not authorized.

How can we help?