Mayson Monorepo Documentation
    Preparing search index...
    interface ConfirmationSecret {
        client_secret: string;
        type: string;
    }
    Index

    Properties

    Properties

    client_secret: string

    The client_secret of the payment that Stripe creates for the invoice after finalization.

    type: string

    The type of client_secret. Currently this is always payment_intent, referencing the default payment_intent that Stripe creates during invoice finalization