---
title: "financial_account.updated"
method: POST
path: "financial_account.updated"
tags: ["Event Types"]
---

# financial_account.updated

`POST financial_account.updated` (webhook)

Occurs when a financial account is updated.

## Payload

- object
  - `event_type` 'financial_account.updated', required — The type of event that occurred.
  - `token` string, uuid, required — Globally unique identifier for the account
  - `created` string, date-time, required
  - `updated` string, date-time, required
  - `type` union, required
    - 'ISSUING' | 'RESERVE' | 'OPERATING' | 'CHARGED_OFF_FEES' | 'CHARGED_OFF_INTEREST' | 'CHARGED_OFF_PRINCIPAL' | 'SECURITY' | 'PROGRAM_RECEIVABLES' | 'COLLECTION' | 'PROGRAM_BANK_ACCOUNTS_PAYABLE' | 'EARLY_DIRECT_DEPOSIT_FLOAT' | 'PROVISIONAL_CREDIT_ACCOUNT' — Type of instance financial account
    - 'ISSUING' | 'OPERATING' — Type of account financial account
  - `routing_number` string, nullable
  - `account_number` string, nullable
  - `nickname` string, nullable, required
  - `account_token` string, uuid, nullable, required
  - `status` 'OPEN' | 'CLOSED' | 'SUSPENDED' | 'PENDING', required — Status of the financial account
  - `substatus` 'CHARGED_OFF_DELINQUENT' | 'CHARGED_OFF_FRAUD' | 'END_USER_REQUEST' | 'BANK_REQUEST' | 'DELINQUENT' | 'INTEREST_AND_FEES_PAUSED', required — Substatus for the financial account
  - `user_defined_status` string, nullable, required — User-defined status for the financial account
  - `is_for_benefit_of` boolean, required — Whether financial account is for the benefit of another entity
  - `credit_configuration` FinancialAccountCreditConfig, nullable, required
    - `credit_limit` integer, nullable, required
    - `external_bank_account_token` string, uuid, nullable, required
    - `credit_product_token` string, nullable, required — Globally unique identifier for the credit product
    - `tier` string, nullable, required — Tier assigned to the financial account
    - `auto_collection_configuration` AutoCollectionConfigurationResponse, required
      - `auto_collection_enabled` boolean, required — If auto collection is enabled for this account

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.net/lithic-com/apis/lithic-developer-api.md) · [All operations](https://skmtc.net/lithic-com/apis/lithic-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lithic-com/lithic-developer-api/revisions/53ab5d4e2adb/schema)
