Line-Of-Credit Transaction Type

The type of a line of credit (LOC) transaction. Plaid passes through all LOC transaction types

Financial DataOpen BankingOpen FinanceFinancial Data ExchangeConsumer PermissionedAccount DataTransactionsInvestmentsInsuranceTax DataPayrollRESTOAuth2FAPICFPB 1033
View JSON Schema on GitHub

JSON Schema

fdx-lineofcredittransactiontype.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Line-Of-Credit Transaction Type",
  "description": "The type of a line of credit (LOC) transaction. Plaid passes through all LOC transaction types\n",
  "type": "string",
  "enum": [
    "ADJUSTMENT",
    "CHECK",
    "FEE",
    "INTEREST",
    "PAYMENT",
    "WITHDRAWAL",
    "PURCHASE"
  ]
}