Interface CompleteFundingSourceStripeCardCompletionDataInput

Input for the completion data of SudoVirtualCardsClient#completeFundingSource.

interface CompleteFundingSourceStripeCardCompletionDataInput {
    paymentMethod: string;
    provider: "stripe";
    type?: CreditCard;
}

Properties

paymentMethod: string

Identifier of the Payment Method used.

provider: "stripe"

Provider used to save the funding source information.

type?: CreditCard

Funding source provider type. Must be CreditCard if provided. Optional for backwards compatibility.