CompleteMicrodepositsVerificationInput
No description
input CompleteMicrodepositsVerificationInput {
idempotencyKey: String
linkedAccountId: String!
plaidMetadataJson: String!
plaidPublicToken: String!
}
Fields
CompleteMicrodepositsVerificationInput.idempotencyKey
● String
scalar
The idempotent key for this request, which is optional. Key may be comprised of alphanumeric values, as well as the following symbols: '_', '-', '.'
CompleteMicrodepositsVerificationInput.linkedAccountId
● String!
non-null scalar
The ID of the linked account under verification.
CompleteMicrodepositsVerificationInput.plaidMetadataJson
● String!
non-null scalar
The onSuccess method also returns a metadata value that can optionally be sent to the server as a JSON string
CompleteMicrodepositsVerificationInput.plaidPublicToken
● String!
non-null scalar
The public token retrieved on the client from Plaid's onSuccess method
Member of
completeMicrodepositsVerification
mutation