Typescript SDK Type Docs
    Preparing search index...

    Interface PaymentValidationStarted

    Generated when the validation of the payment information entered by the customer starts.

    interface PaymentValidationStarted {
        code: "payment_validation_started";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "payment_validation_started"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Payment validation started.

    severity: string

    info