Typescript SDK Type Docs
    Preparing search index...

    Interface PaymentIntegrationSelectionConfirmation

    Generated when the customer has entered the payment integration information and moves to the next step.

    interface PaymentIntegrationSelectionConfirmation {
        code: "payment_integration_selection_confirmation";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "payment_integration_selection_confirmation"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Payment integration selected.

    payload: any

    Contains the integration object with the type and hasVendorButton properties.

    severity: string

    info