Mayson Monorepo Documentation
    Preparing search index...

    Interface CreateCheckoutSessionResponse

    Response from creating a checkout session

    interface CreateCheckoutSessionResponse {
        checkoutUrl: string;
        sessionId: string;
    }
    Index

    Properties

    checkoutUrl: string

    Stripe checkout session URL

    sessionId: string

    Session ID