Arguments
CreatePlaidLinkAddressInput!
required
No description provided in the schema yet.
Returns
CreatePlaidLinkAddressResponse!Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Creates the billing/legal address required after Plaid Link when completePlaidLink returns requiresAddress.
mutation {
createPlaidLinkAddress(
input: CreatePlaidLinkAddressInput!
): CreatePlaidLinkAddressResponse!
}
CreatePlaidLinkAddressResponse!