Typescript SDK Type Docs
    Preparing search index...

    Interface PaymentStarted

    Generated when the payment starts.

    interface PaymentStarted {
        code: "payment_started";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "payment_started"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Payment started.

    payload: any

    Contains the integration object with the type property.

    severity: string

    info