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

    Interface ScaAuthenticationEventVerificationActionResponse

    Contains action metadata required for verifying the SCA authentication event (when available).

    interface ScaAuthenticationEventVerificationActionResponse {
        language?: string;
        redirectUrl?: string;
        returnUrl?: string;
    }
    Index

    Properties

    language?: string

    Specifies the language of the content displayed to the customer in the Paysafe Hosted UI.

    It follows the ISO 639-1 standard for language codes, with the option to combine them with ISO 3166 Alpha-2 country codes to specify regional language variations. For example the locale code en-US represents English spoken in the USA. Default is en.

    redirectUrl?: string

    Redirect URL where the user should be redirected to in order to complete some action.

    returnUrl?: string

    The return URL to which users must be redirected after completing the required actions in Paysafe hosted UI. The Partner is required to communicate the provided returnUrl to Paysafe in advance for it to be whitelisted and considered valid.

    Once the redirect process is finished, the customer will be redirected back to the Partner, and the returnUrl will be enhanced with extra properties that include relevant details about the SCA authentication process.