v4
OpenAPI 3.1.02026-08-012402353.8 MBSandbox: Generate a Tax Form Export
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.
post/simulations/exports
Request body
Example request
{
"category": "form_1099_int",
"form_1099_int": {
"account_id": "account_in71c4amph0vgo2qllky"
}
}Response
Export
Example response
{
"account_statement_bai2": null,
"account_statement_ofx": null,
"account_verification_letter": null,
"balance_csv": null,
"bookkeeping_account_balance_csv": null,
"category": "transaction_csv",
"created_at": "2020-01-31T23:59:59Z",
"daily_account_balance_csv": null,
"dashboard_table_csv": null,
"entity_csv": null,
"fee_csv": null,
"form_1099_int": null,
"form_1099_misc": null,
"funding_instructions": null,
"id": "export_8s4m48qz3bclzje0zwh9",
"idempotency_key": null,
"result": {
"file_id": "file_makxrc67oh9l6sg7w9yc"
},
"status": "complete",
"transaction_csv": {
"account_id": "account_in71c4amph0vgo2qllky",
"created_at": null
},
"type": "export",
"vendor_csv": null,
"voided_check": null
}