Typescript SDK Type Docs
    Preparing search index...

    Interface PaymentFailed

    Generated when the payment fails.

    interface PaymentFailed {
        code: "payment_failed";
        correlationId: string;
        message: string;
        payload: PaymentReference;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "payment_failed"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Payment failed.

    Contains the reference data of a Payment.

    severity: string

    error