getAccountSnapshot

fun getAccountSnapshot(transactionId: String): Array<AccountStatement>

Download an Account Snapshot An account snapshot can be downloaded in several formats. The response object described here details the JSON2 response.

Return

Array

Parameters

transactionId

ID of the transaction to be retrieved. pdf, csv, json and json2. This call defaults to pdf if the format parameter is omitted. Please note that you have to use json2 as format if the all_accounts parameter was set to true. (optional)