{
  "id": "acc_RGACQH7XdfYhC",
  "holder_id": "ent_HYmQrVrcJQBBQ",
  "status": "active",
  "type": "liability",
  "liability": {
    "mch_id": "mch_302086",
    "mask": "1580",
    "ownership": "primary",
    "fingerprint": "27d5c0ea28338619192076d150eb7b56c288f9a1",
    "type": "credit_card",
    "name": "Chase Sapphire Reserve Credit Card"
  },
  "latest_verification_session": "avf_tB9mpmew8FLit",
  "update": {
    "id": "upt_NYV5kfjskTTCJ",
    "status": "completed",
    "account_id": "acc_RGACQH7XdfYhC",
    "source": "direct",
    "type": "credit_card",
    "credit_card": {
      "available_credit": 120000,
      "balance": 80000,
      "closed_at": null,
      "credit_limit": 200000,
      "interest_rate_percentage_max": 23.5,
      "interest_rate_percentage_min": 12.0,
      "interest_rate_type": "variable",
      "last_payment_amount": 5000,
      "last_payment_date": "2024-04-05",
      "next_payment_due_date": "2024-05-01",
      "next_payment_minimum_amount": 4000,
      "opened_at": "2018-10-30",
      "sub_type": "flexible_spending",
      "usage_pattern": "transactor"
    },
    "error": null,
    "created_at": "2024-03-20T04:43:21.434Z",
    "updated_at": "2024-03-20T04:43:21.655Z"
  },
  "balance": "bal_dGCCNWHMQYRay",
  "card_brand": {
    "id": "crd_eVRdjn4jsfk3e",
    "account_id": "acc_RGACQH7XdfYhC",
    "network": "visa",
    "issuer": "Chase",
    "last4": "8623",
    "brands": [
      {
          "art_id": "art_yJizp7T8htAfj",
          "url": "https://static.methodfi.com/cards/art_yJizp7T8htAfj.png",
          "name": "Chase Sapphire Reserve",
      }
    ],
    "status": "completed",
    "shared": false,
    "error": null,
    "created_at": "2024-03-19T01:05:37.247Z",
    "updated_at": "2024-03-19T01:05:37.247Z"
  },
  "products": ["balance", "card_brand", "update", "payment"],
  "restricted_products": ["sensitive"],
  "subscriptions": [],
  "available_subscriptions": ["update.snapshot", "update"],
  "restricted_subscriptions": ["transactions"],
  "error": null,
  "metadata": null,
  "created_at": "2024-02-12T18:57:57.857Z",
  "updated_at": "2024-03-20T04:43:21.655Z",
}

Accounts are a representation of an Entity’s financial accounts. An Account can be a checking or savings account (ACH) or a credit card, student loan, mortgage, personal loan, etc. (Liability).

Account Objects

id
string

Unique identifier for the Account.

holder_id
string

The ID of the Entity who is the legal holder of this Account.

status
enum

Status of the Account.

type
enum

The type of Account. A debt-type account (Credit Card, Mortgage, etc). Must be liability

liability
object | null

Liability Account information

latest_verification_session
string | null

ID of the AccountVerificationSession record. .

products
string[]

A list of products that the Account has access to. See Product Names.

restricted_products
string[]

A list of products that the Account can have access to but is missing some requirements. See Product Names.

subscriptions
string[]

A list of products that the Account is subscribed to. See Subscription Names.

available_subscriptions
string[]

A list of products that the Account can enroll into a subscription with. See Subscription Names.

restricted_subscriptions
string[]

A list of products that the Account can subscribe to but is missing some requirements. See Subscription Names.

error
object | null

An object representing an error that occurred while processing this Account. See Account errors.

metadata
object | null

Additional data provided during creation. See metadata

created_at
string

Timestamp of when the Account was created.

updated_at
string

Timestamp of when the Account was last updated.

Additional Properties based on liability type

update
string | null

ID of the Update record. .

balance
string | null

ID of the Balance record. .

payoff
string | null

ID of the Payoff record. .

Account Liability Types

TypeDescription
auto_loanA financial obligation incurred when borrowing funds to purchase a vehicle, usually secured by the vehicle itself.
collectionAn account that reflects debts not paid on time, now handled by a third-party collection agency to recover the funds.
credit_builderA type of financial arrangement, typically a small loan or secured credit card, designed to help individuals establish or improve their credit history.
credit_cardA revolving line of credit that allows the holder to make purchases or cash advances up to a certain limit, requiring regular payments.
insuranceFinancial protection against specific losses in exchange for premiums paid, not typically a liability unless premiums are unpaid.
loanMoney borrowed that must be repaid with interest, can include various types such as personal, auto, or business loans.
medicalAccounts representing charges for healthcare services, often resulting from treatments or procedures not fully covered by insurance.
mortgageA long-term loan secured by real estate property, used to purchase or refinance that property.
personal_loanAn secured/unsecured loan taken out by individuals from a bank or other financial institution for personal use.
student_loansLoans issued for the purpose of financing postsecondary education, payable under terms agreed upon completion of study.
utilityBills owed for basic services such as electricity, water, and gas, which if unpaid, can become delinquent liabilities.

Webhook Payload

The Webhook payload will contain the following information:

{
  "id": "string",
  "type": "account.create" | "account.update",
  "path": "/accounts/<acc_id>"
}
{
  "id": "acc_RGACQH7XdfYhC",
  "holder_id": "ent_HYmQrVrcJQBBQ",
  "status": "active",
  "type": "liability",
  "liability": {
    "mch_id": "mch_302086",
    "mask": "1580",
    "ownership": "primary",
    "fingerprint": "27d5c0ea28338619192076d150eb7b56c288f9a1",
    "type": "credit_card",
    "name": "Chase Sapphire Reserve Credit Card"
  },
  "latest_verification_session": "avf_tB9mpmew8FLit",
  "update": {
    "id": "upt_NYV5kfjskTTCJ",
    "status": "completed",
    "account_id": "acc_RGACQH7XdfYhC",
    "source": "direct",
    "type": "credit_card",
    "credit_card": {
      "available_credit": 120000,
      "balance": 80000,
      "closed_at": null,
      "credit_limit": 200000,
      "interest_rate_percentage_max": 23.5,
      "interest_rate_percentage_min": 12.0,
      "interest_rate_type": "variable",
      "last_payment_amount": 5000,
      "last_payment_date": "2024-04-05",
      "next_payment_due_date": "2024-05-01",
      "next_payment_minimum_amount": 4000,
      "opened_at": "2018-10-30",
      "sub_type": "flexible_spending",
      "usage_pattern": "transactor"
    },
    "error": null,
    "created_at": "2024-03-20T04:43:21.434Z",
    "updated_at": "2024-03-20T04:43:21.655Z"
  },
  "balance": "bal_dGCCNWHMQYRay",
  "card_brand": {
    "id": "crd_eVRdjn4jsfk3e",
    "account_id": "acc_RGACQH7XdfYhC",
    "network": "visa",
    "issuer": "Chase",
    "last4": "8623",
    "brands": [
      {
          "art_id": "art_yJizp7T8htAfj",
          "url": "https://static.methodfi.com/cards/art_yJizp7T8htAfj.png",
          "name": "Chase Sapphire Reserve",
      }
    ],
    "status": "completed",
    "shared": false,
    "error": null,
    "created_at": "2024-03-19T01:05:37.247Z",
    "updated_at": "2024-03-19T01:05:37.247Z"
  },
  "products": ["balance", "card_brand", "update", "payment"],
  "restricted_products": ["sensitive"],
  "subscriptions": [],
  "available_subscriptions": ["update.snapshot", "update"],
  "restricted_subscriptions": ["transactions"],
  "error": null,
  "metadata": null,
  "created_at": "2024-02-12T18:57:57.857Z",
  "updated_at": "2024-03-20T04:43:21.655Z",
}