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

    Interface CardPaymentFailedNotification

    Card payment failed notification from Przelewy24

    CardPaymentFailedNotification

    interface CardPaymentFailedNotification {
        "3ds": boolean;
        amount: number;
        errorCode: string;
        errorMessage: string;
        method: number;
        orderId: number;
        sessionId: string;
        sign: string;
    }
    Index

    Properties

    "3ds": boolean

    Whether 3D Secure was used

    CardPaymentFailedNotification

    amount: number

    Payment amount

    CardPaymentFailedNotification

    errorCode: string

    Error code

    CardPaymentFailedNotification

    errorMessage: string

    Error message

    CardPaymentFailedNotification

    method: number

    Payment method ID

    CardPaymentFailedNotification

    orderId: number

    Order ID from Przelewy24

    CardPaymentFailedNotification

    sessionId: string

    Transaction session ID from the Partner's system

    CardPaymentFailedNotification

    sign: string

    Signature for verification

    CardPaymentFailedNotification