> ## 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.

# PlaidLinkCompletionResponse

> Safe public result of completing a Plaid Link flow.

**Object**

Safe public result of completing a Plaid Link flow. Store platformItemId for future relinks.
Access tokens, public tokens, and identity-match details are never returned.

## Fields

<ResponseField name="requiresAddress" type="Boolean!">
  *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="newlyLinkedBankInstitutionAuthId" type="UUID">
  *No description provided in the schema yet.*
</ResponseField>

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

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

<ResponseField name="bankAccounts" type="[PlaidLinkedBankAccount!]!">
  *No description provided in the schema yet.*
</ResponseField>
