API Documentation
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. |