Interface CheckoutCardProvisionalFundingSourceInteractionData

Interaction data for Checkout provisional funding source.

interface CheckoutCardProvisionalFundingSourceInteractionData {
    failureUrl: string;
    provider: "checkout";
    redirectUrl: string;
    successUrl: string;
    type: CreditCard;
    version: 1;
}

Hierarchy (view full)

Properties

failureUrl: string

URL that user will be redirected to upon unsuccessful completion of strong authentication.

provider: "checkout"

Provider of the interaction data.

redirectUrl: string

URL that user should be redirected to to complete interactive strong card authentication required to add the card as a funding source.

successUrl: string

URL that user will be redirected to upon successful completion of strong authentication.

Type of funding source provider

version: 1

Version of the format of the interaction data.