Interface CheckoutBankAccountRefreshFundingSourceInteractionData

Base shape of provider specific provisioningData property of FundingSourceRequiresUserInteractionError thrown by completeFundingSource when additional user interaction is required before funding source provisioning can complete.

interface CheckoutBankAccountRefreshFundingSourceInteractionData {
    authorizationText: AuthorizationText[];
    linkToken: string;
    provider: "checkout";
    type: BankAccount;
    version: 1;
}

Hierarchy (view full)

Properties

authorizationText: AuthorizationText[]
linkToken: string
provider: "checkout"
version: 1