Typescript SDK Type Docs
    Preparing search index...

    Interface PaymentIntegrationSelectionConfirmationFailed

    Generated when the selection of the payment integration by the customer is not successful.

    interface PaymentIntegrationSelectionConfirmationFailed {
        code: "payment_integration_selection_confirmation_failed";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "payment_integration_selection_confirmation_failed"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Payment integration selection failed.

    payload: any

    Contains the integration object with the type property.

    severity: string

    info