getReport

fun getReport(bankAccountId: String, reportId: String, format: ReportFormat = ReportFormat.JSON, locale: ReportLocale = ReportLocale.EN): String

Retrieve a Report for a specific bank account

Parameters

bankAccountId

The bank-account-id for the account to be retrieved.

reportId

ID of the report to be retrieved.

format

The format parameter is optional. The report is available in the following formats: html, pdf and json. This call defaults to html if the format parameter is omitted.

locale

Locale in which the report will be rendered. This has no effect when using json format.