Interface StripeCardFundingSourceClientConfiguration

The Sudo Platform SDK representation of the funding source client configuration.

FundingSourceClientConfiguration

interface StripeCardFundingSourceClientConfiguration {
    apiKey: string;
    fundingSourceType: CreditCard;
    type: "stripe";
    version: number;
}

Hierarchy (view full)

Properties

apiKey: string

API Key for configuring calls to the provider.

fundingSourceType: CreditCard
type: "stripe"

Type of the configuration provider.

version: number

Configuration version.