@tax1driver/ts-przelewy24
    Preparing search index...

    Interface ChargeCard3DSParams

    Parameters for card charge with 3D Secure authentication

    ChargeCard3DSParams

    interface ChargeCard3DSParams {
        orderId: string;
        redirectUrl: string;
    }
    Index

    Properties

    Properties

    orderId: string

    Order ID from Przelewy24

    ChargeCard3DSParams

    redirectUrl: string

    URL to redirect for 3DS authentication

    ChargeCard3DSParams