Typescript SDK Type Docs
    Preparing search index...

    Interface NoPaymentIntegrations

    Generated when no payment integration is set up for an Application. Add at least one Payment integration to the Application in the Merchant Center.

    interface NoPaymentIntegrations {
        code: "no_payment_integrations";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "no_payment_integrations"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    There are no payment integrations configured.

    severity: string

    error