Download a statement
POST
/v2/statement/downloadThe statement is generated asynchronously. You will receive a
202 response immediately. The statement file will be emailed to the email address of the user who authenticated the request.budgetIds to return only transactions associated with a given list of budgets, or currencyCodes to filter by currency.
Request body
The ID of the account for which you’re downloading the statement.Allowable values: An existing
accountId (≤ 36 characters)The name of the person that you’re sending the statement to. This will appear in the email template.Allowable values: ≤ 256 characters
The date from which to generate the statement. Format:
YYYY-MM-DDThe date until which to generate the statement. This must be at least one day before the date you are making the request. Format:
YYYY-MM-DDThe currencies for which you want to retrieve transactions, in ISO 4217 format. Use commas to pass multiple values (e.g.,
EUR,GBP,USD).The IDs of the budgets for which you want to retrieve transactions. One or more existing
budgetIds (36 characters).The format of the statement file. Allowable values:
csv, pdfResponse
If your request is successful, you’ll receive a202 response. Once the statement is generated, it will be emailed to the email address of the user who authenticated the request.
Sample response
If you need a comprehensive view of all transaction activity (including pending transactions) across your accounts, you can download a transaction activity report in CSV format instead.