get https://sandbox.onebrick.io/v2/data/statement
The PDF statement GET API will allow downloading the PDF statement retrieved from the financial account based on the 'month' and 'year' parameters.
Request Parameters
Key Parameters | Data Type | Description |
---|---|---|
public_access_token | String | Unique Identifier token for clients, Also called as public_access_token |
user_access_token | String | Unique access token that is generated after a successful connection by the user |
month | String | Month for which statement is needed |
year | String | Year for which statement is needed |
Response Parameters
Key Parameters | Data Type | Description |
---|---|---|
job_id | String | Unique Id for request, It will help to map callback response |
You can check the async(callback) response here.