Typescript SDK Type Docs
    Preparing search index...

    Interface CartWithExistingPayment

    Generated when trying to add a Payment to a Cart that already references an approved Payment.

    interface CartWithExistingPayment {
        code: "cart_with_existing_payment";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "cart_with_existing_payment"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Cart with existing approved payment.

    payload: any

    Contains the cart object with the id property.

    severity: string

    error