Skip to main content

CreateFinicityCredentialsMutation

This is similar to CreateAccountsFromPlaidToken, but for Finicity. It will fetch all of the customer's accounts from Finicity and create Credentials for those that don't already exist.

type CreateFinicityCredentialsMutation {
credentials: [Credential!]!
errors: PayloadError
}

Fields

CreateFinicityCredentialsMutation.credentials ● [Credential!]! non-null object

Newly created credentials

CreateFinicityCredentialsMutation.errors ● PayloadError object

Returned By

createFinicityCredentials mutation