Mayson Monorepo Documentation
    Preparing search index...
    interface Recovery {
        allow_promotion_codes: boolean;
        enabled: boolean;
        expires_at: number;
        url: string;
    }
    Index

    Properties

    allow_promotion_codes: boolean

    Enables user redeemable promotion codes on the recovered Checkout Sessions. Defaults to false

    enabled: boolean

    If true, a recovery url will be generated to recover this Checkout Session if it expires before a transaction is completed. It will be attached to the Checkout Session object upon expiration.

    expires_at: number

    The timestamp at which the recovery URL will expire.

    url: string

    URL that creates a new Checkout Session when clicked that is a copy of this expired Checkout Session