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