Typescript SDK Type Docs
    Preparing search index...

    Interface PaymentFailureError

    Returned when the payment cannot be completed successfully.

    interface PaymentFailureError {
        code: "PaymentFailure";
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: "PaymentFailure"

    Error identifier.

    message: string

    "Payment could not be completed successfully."