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

# completePlaidLink

> Completes Plaid Link after the frontend receives publicToken from Plaid Link onSuccess.

Completes Plaid Link after the frontend receives publicToken from Plaid Link onSuccess. Requires MANAGE\_PAYMENT scope.

```graphql theme={null}
mutation {
  completePlaidLink(
    input: CompletePlaidLinkInput!
  ): PlaidLinkCompletionResponse!
}
```

## Arguments

<ParamField body="input" type="CompletePlaidLinkInput!" 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.
