Exports
General Ledger
>
Guides
>
Exports
Ready to start coding?
This guide is related to the Exports suite of API’s
Overview
The Exports API allows you to retrieve posted General Ledger data in bulk for a specific institution.
Two types of exports are available:
- Account exports
- Transaction exports
Account Export
Account exports return account-level metadata for an institution.
Each exported record contains:
accountId— The internal account identifieraccountNumber— The GL account numberaccountStatus— The current status of the accountaccountTitle— The account titleaccountType— The account classificationcurrencyType— The currency associated with the account
This export provides the current state of each General Ledger account.
Transaction Export
Transaction exports return posted General Ledger transactions.
Each exported record contains transaction-level data, including:
transactionSetId— The transaction set the entry belongs toentryType— The type of transaction set (for example, Manual or Import)createdBy— The user who created the transaction settransactionId— The unique identifier for the transactionaccountId— The internal account identifieraccountNumber— The GL account numberaccountTitle— The GL account titleaccountStatus— The current account statusdebitCredit— Indicates whether the transaction is a debit or creditamount.value— The transaction amountamount.currencyType— The currency of the transactiondescription— The transaction descriptioneffectiveDate— The effective date of the transactionbranchId— The branch associated with the transactioncostCenter- The cost center associated with the transactionpostedDate— The date the transaction was posted
Filtering by Date
You can optionally filter results using:
StartDate— Excludes transactions before this dateEndDate— Excludes transactions after this date (defaults to the current date if not provided)
Dates must use YYYY-MM-DD format. Invalid formats return a validation error.
Response Formats
Exports are available in:
application/json— For system-to-system integrationstext/csv— For download and reporting workflows
Did this page help you?
Last updated Thu Mar 5 2026