Typescript SDK Type Docs
    Preparing search index...

    Interface PaymentValidationPassed

    Generated when Checkout and the payment service provider (PSP) validate the payment information entered by the customer.

    interface PaymentValidationPassed {
        code: "payment_validation_passed";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "payment_validation_passed"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Payment validation passed.

    severity: string

    info