> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# PlaidBankTransaction

> Safe persisted bank transaction populated by identity-service from Plaid.

**Object**

Safe persisted bank transaction populated by identity-service from Plaid.

## Fields

<ResponseField name="historicalBankTransactionId" type="UUID!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="bankAccountId" type="UUID">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="bankInstitutionAuthId" type="UUID">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="platformItemId" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="transactionId" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="transactionStatus" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="transactionType" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="transactionDate" type="DateTime">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="amount" type="Float">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="currencyCode" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="description" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="merchantName" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="category" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="pending" type="Boolean">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="createdAt" type="DateTime">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="updatedAt" type="DateTime">
  *No description provided in the schema yet.*
</ResponseField>
