Interface CompleteFundingSourceCheckoutCardCompletionDataInput

Input for the completion data of SudoVirtualCardsClient#completeFundingSource.

interface CompleteFundingSourceCheckoutCardCompletionDataInput {
    paymentToken: string;
    provider: "checkout";
    type: CreditCard;
}

Properties

paymentToken: string

Identifier of the payment token to be used.

provider: "checkout"

Provider used to save the funding source information.

Funding source provider type. Must be CreditCard.