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

# completePlaidRelink

> Confirm and repopulate a repaired Item using its unchanged access token.

Confirm and repopulate a repaired Item using its unchanged access token. Requires BYOI Plaid on the app.

Requires the `MANAGE_PAYMENT` scope. See [BYOI Plaid](/features/byoi-plaid#relink-a-disconnected-bank-link).

```graphql theme={null}
mutation {
  completePlaidRelink(
    input: CompletePlaidRelinkInput!
  ): PlaidLinkCompletionResponse!
}
```

## Arguments

<ParamField body="input" type="CompletePlaidRelinkInput!" required>
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`PlaidLinkCompletionResponse!`](/api-reference/types/plaid-link-completion-response) - Safe public result of completing a Plaid Link flow.
