Exports are generated files. Some exports can contain a lot of data, like a CSV of your transactions. Others can be a single document, like a tax form. Since they can take a while, they are generated asynchronously. We send a webhook when they are ready. For more information, please read our Exports documentation.
Details of the account statement BAI2 export. This field will be present when the category is equal to account_statement_bai2.
Details of the account statement OFX export. This field will be present when the category is equal to account_statement_ofx.
Details of the account verification letter export. This field will be present when the category is equal to account_verification_letter.
Details of the balance CSV export. This field will be present when the category is equal to balance_csv.
Details of the bookkeeping account balance CSV export. This field will be present when the category is equal to bookkeeping_account_balance_csv.
The category of the Export. We may add additional possible values for this enum over time; your application should be able to handle that gracefully.
The time the Export was created.
Details of the dashboard table CSV export. This field will be present when the category is equal to dashboard_table_csv.
Details of the entity CSV export. This field will be present when the category is equal to entity_csv.
Details of the fee CSV export. This field will be present when the category is equal to fee_csv.
Details of the Form 1099-INT export. This field will be present when the category is equal to form_1099_int.
Details of the Form 1099-MISC export. This field will be present when the category is equal to form_1099_misc.
Details of the funding instructions export. This field will be present when the category is equal to funding_instructions.
The Export identifier.
The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
The result of the Export. This will be present when the Export’s status transitions to complete.
The status of the Export.
Details of the transaction CSV export. This field will be present when the category is equal to transaction_csv.
A constant representing the object’s type. For this resource it will always be export.
Details of the vendor CSV export. This field will be present when the category is equal to vendor_csv.
Details of the voided check export. This field will be present when the category is equal to voided_check.
Return the page of entries after this one.
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
Return results after this ISO 8601 timestamp.
Return results before this ISO 8601 timestamp.
Return results on or after this ISO 8601 timestamp.
Return results on or before this ISO 8601 timestamp.
Filter Exports for those with the specified category.
Filter Exports for those with the specified status or statuses. For GET requests, this should be encoded as a comma-delimited string, such as ?in=one,two,three.
Filter Form 1099-INT Exports to those for the specified Account.
Filter Form 1099-MISC Exports to those for the specified Account.
Filter records to the one with the specified idempotency_key you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
Options for the created export. Required if category is equal to account_statement_bai2.
Options for the created export. Required if category is equal to account_statement_ofx.
Options for the created export. Required if category is equal to account_verification_letter.
Options for the created export. Required if category is equal to balance_csv.
Options for the created export. Required if category is equal to bookkeeping_account_balance_csv.
The type of Export to create.
Options for the created export. Required if category is equal to entity_csv.
Options for the created export. Required if category is equal to funding_instructions.
Options for the created export. Required if category is equal to transaction_csv.
Options for the created export. Required if category is equal to vendor_csv.
Options for the created export. Required if category is equal to voided_check.
The identifier of the Export to retrieve.
Many exports are created by you via POST /exports or in the Dashboard. Some exports are created automatically by Increase. For example, tax documents are published once a year. In sandbox, you can trigger the arrival of an export that would normally only be created automatically via this simulation.
The type of Export to create.
Options for the created export. Required if category is equal to form_1099_int.