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

    Interface CardPaymentSuccessfulNotification

    Card payment successful notification from Przelewy24

    CardPaymentSuccessfulNotification

    interface CardPaymentSuccessfulNotification {
        "3ds": boolean;
        amount: number;
        bin: number;
        cardCountry: string;
        ccExp: string;
        hash: string;
        liabilityshift: boolean;
        maskedCCNumber: string;
        method: number;
        orderId: number;
        refId: string;
        risk: number;
        sessionId: string;
        sign: string;
    }
    Index

    Properties

    "3ds": boolean

    Whether 3D Secure was used

    CardPaymentSuccessfulNotification

    amount: number

    Payment amount

    CardPaymentSuccessfulNotification

    bin: number

    Bank Identification Number (first 6 digits of card)

    CardPaymentSuccessfulNotification

    cardCountry: string

    Card issuing country

    CardPaymentSuccessfulNotification

    ccExp: string

    Card expiration date

    CardPaymentSuccessfulNotification

    hash: string

    Hash of card data

    CardPaymentSuccessfulNotification

    liabilityshift: boolean

    Liability shift status (whether liability has shifted to the issuer or payment provider)

    CardPaymentSuccessfulNotification

    maskedCCNumber: string

    Masked credit card number

    CardPaymentSuccessfulNotification

    method: number

    Payment method ID

    CardPaymentSuccessfulNotification

    orderId: number

    Order ID from Przelewy24

    CardPaymentSuccessfulNotification

    refId: string

    Reference ID for the card

    CardPaymentSuccessfulNotification

    risk: number

    Risk score

    CardPaymentSuccessfulNotification

    sessionId: string

    Transaction session ID from the Partner's system

    CardPaymentSuccessfulNotification

    sign: string

    Signature for verification

    CardPaymentSuccessfulNotification