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

# createPlaidLinkAddress

> Creates the billing/legal address required after Plaid Link when completePlaidLink returns requiresAddress.

Creates the billing/legal address required after Plaid Link when completePlaidLink returns requiresAddress. Requires MANAGE\_PAYMENT scope.

```graphql theme={null}
mutation {
  createPlaidLinkAddress(
    input: CreatePlaidLinkAddressInput!
  ): CreatePlaidLinkAddressResponse!
}
```

## Arguments

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

## Returns

[`CreatePlaidLinkAddressResponse!`](/api-reference/types/create-plaid-link-address-response)
