Skip to main content

LinkBankAccountInput

No description

input LinkBankAccountInput {
idempotencyKey: String
plaidMetadataJson: String!
plaidPublicToken: String!
}

Fields

LinkBankAccountInput.idempotencyKey ● String scalar

The idempotent key for this request, which is optional

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

LinkBankAccountInput.plaidPublicToken ● String! non-null scalar

The public token retrieved on the client from Plaid's onSuccess method

Member of

DonateToHsaGiftCampaignInput input ● linkBankAccount mutation