Added

Added new endpoint to Pause External Bank Account

Release Date

June 3, 2026

Products Affected

External Bank Accounts API

Impact

New endpoint to pause External Bank Accounts

Audience

All customers using ACH payments

Action Required

None

Overview

Lithic now supports pausing an external bank account via a new dedicated endpoint. Calling this endpoint transitions the External Bank Account's state to PAUSED.

Pausing is only permitted when the account is currently in the ENABLED state, and when customers have been configured to be able to pause/unpause External Bank Accounts.

Details


Response Example

200 OK:

{
  "token": "372fef35-a1fc-49b6-a608-1006e25e37d9",
  "owner": "test 6.17",
  "routing_number": "021000021",
  "last_four": "6789",
  "name": null,
  "currency": "USD",
  "country": "USA",
  "account_token": null,
  "created": "2025-06-18T03:42:44Z",
  "company_id": null,
  "dob": "1995-05-01",
  "doing_business_as": null,
  "user_defined_id": null,
  "verification_failed_reason": null,
  "verification_attempts": 0,
  "financial_account_token": "a66d1b75-95bf-5b67-874e-59ae9b00876f",
  "type": "CHECKING",
  "verification_method": "MICRO_DEPOSIT",
  "owner_type": "INDIVIDUAL",
  "state": "PAUSED",
  "verification_state": "PENDING",
  "address": null
}

Validation Rules

Status CodeConditionMessage
404No account found for the provided tokenBank Account not found
400Account is in PAUSED or CLOSED stateAccount must be in ENABLED state to pause it.

Release Timeline

Available now: June 3, 2026.

User Impact

This change is additive only. Learn more about External Bank Accounts via the API Reference.

If you have any questions or concerns, please contact us via the HELP link in your Lithic Dashboard.


The Lithic changelog has an RSS feed! To monitor for new update announcements, subscribe with your preferred RSS reader.