Updates the visible transaction date range for an external account. Use this endpoint to limit which transactions are shown from this account based on their date.
When the date range is tightened (start date moved forward or end date moved backward), any categorized transactions that now fall outside the new bounds are automatically uncategorized. This ensures that hidden transactions don’t contribute to financial reports.
Set either field to null to remove that bound. For example, setting show_transactions_on_or_after to null will show all transactions after the business’s activation_at date.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Content-Type must be set to application/json
The UUID of the business that owns the external account.
The UUID of the external account to update the date range for.
Parameters for updating the visible transaction date range on an external account.
If set, only transactions on or after this timestamp will be visible. Set to null to remove the lower bound and show all transactions regardless of how old they are.
If set, only transactions on or before this timestamp will be visible. Set to null to remove the upper bound and show all transactions regardless of date.
Transaction date range updated successfully. Returns the updated external account.
Unique identifier for the external account
Unique ID of the external account in an external system for linking and idempotency.
"0Br385JmgbTryJn8nEBnUb4A5ydv06U9Vbqqq"
Source of the external account.
UNIT, PLAID, API, STRIPE, CUSTOM Name of the external account
"My external bank account"
The latest balance timestamp
Current ledger balance of the external account in cents
Sum of uncategorized transactions for this external account in cents
Last 4 digits of the external account number
"4321"
The institution that the external account is associated with.
List of notifications for this external account
Timestamp indicating when the connection started needing repair
Whether the connection requires reconnection with new credentials
Timestamp indicating when user confirmation was required
Unique identifier for the connection
External identifier for the connection
Whether this external account was created by a user
Whether the external account is currently syncing
The ID of the ledger account associated with the external account
Timestamp when the external account was archived
If set, only transactions on or after this timestamp are visible. Transactions before this date are hidden from user-facing views and API queries. When this value is set or moved forward, any categorized transactions that fall outside the new bounds are automatically uncategorized.
If set, only transactions on or before this timestamp are visible. Transactions after this date are hidden from user-facing views and API queries. When this value is set or moved backward, any categorized transactions that fall outside the new bounds are automatically uncategorized.