Update transaction date range
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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Content-Type must be set to application/json.
Path Parameters
The UUID of the business that owns the external account.
The UUID of the external account to update the date range for.
Body
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.
Response
Transaction date range updated successfully. Returns the updated external account.