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

    Interface BlikPaymentNotification

    BLIK payment notification from Przelewy24

    BlikPaymentNotification

    interface BlikPaymentNotification {
        method: number;
        orderId: string;
        result: { error: string; message: string; status: string; trxRef: string };
        sessionId: string;
    }
    Index

    Properties

    method: number

    Payment method ID

    BlikPaymentNotification

    orderId: string

    Order ID from Przelewy24

    BlikPaymentNotification

    result: { error: string; message: string; status: string; trxRef: string }

    Payment result details

    BlikPaymentNotification

    sessionId: string

    Transaction session ID from the Partner's system

    BlikPaymentNotification