Interface RefreshFundingSourceCheckoutBankAccountRefreshDataInput

Input for the refresh data of SudoVirtualCardsClient#refreshFundingSource.

interface RefreshFundingSourceCheckoutBankAccountRefreshDataInput {
    accountId?: string;
    applicationName: string;
    authorizationText?: AuthorizationText;
    provider: "checkout";
    type: BankAccount;
}

Properties

accountId?: string

The identifier of the account associated with the funding source being refreshed, if known

applicationName: string

The name of the client application. Must be shared with the service for configuration purposes.

authorizationText?: AuthorizationText

Authorization text presented to and agreed to by the user.

provider: "checkout"

Provider used to save the funding source information.

Funding source provider type. Must be BankAccount.