@sudoplatform/sudo-virtual-cards
    Preparing search index...

    Interface CompleteFundingSourceCheckoutBankAccountCompletionDataInput

    Input for the completion data of SudoVirtualCardsClient#completeFundingSource.

    interface CompleteFundingSourceCheckoutBankAccountCompletionDataInput {
        accountId: string;
        authorizationText: AuthorizationText;
        institutionId: string;
        provider: "checkout";
        publicToken: string;
        type: BankAccount;
    }
    Index

    Properties

    accountId: string

    Identifier of the bank account to be used.

    authorizationText: AuthorizationText

    Authorization text presented to and agreed to by the user

    institutionId: string

    Identifier of the institution at which account to be used is held.

    provider: "checkout"

    Provider used to save the funding source information.

    publicToken: string

    Token to be exchanged in order to perform bank account operations.

    Funding source provider type. Must be BankAccount.