@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface WalletCheckoutPaymentConfirm

    interface WalletCheckoutPaymentConfirm {
        scaDetails?: ScaAuthenticationEventRequest;
        secureCode: string;
        sessionId: string;
    }
    Index

    Properties

    SCA authentication details, including information about the authentication process.

    secureCode: string

    The secure code for the sessionId.

    sessionId: string

    The unique identifier of the checkout session.