patch https://sandbox.onebrick.io/v1/statement-mfa
The PDF statement GET API will allow downloading the PDF statement retrieved from the financial account based on the 'month' and 'year' parameters. Available only for selected 5 institutions.
Request Parameter
| Key Parameter | Data type | Description |
|---|---|---|
| user_access_token | String | token generated after successful institution connection through the widget which needs to be passed as the Bearer token in the Authorization header |
| sessionID | String | Unique Id that generated after successful connection |
| token | String | The answer to the given security question |
| month | Integer | Return PDF statement based on this month |
| year | Integer | Return PDF statement based on this year |
Response parameters
| Key Parameter | Data type | Description |
|---|---|---|
| Download PDF | File | Downloaded PDF |
