Mayson Monorepo Documentation
    Preparing search index...
    interface AutomaticTax {
        enabled: boolean;
        liability?: Stripe.PaymentLinkCreateParams.AutomaticTax.Liability;
    }
    Index

    Properties

    Properties

    enabled: boolean

    Set to true to calculate tax automatically using the customer's location.

    Enabling this parameter causes the payment link to collect any billing address information necessary for tax calculation.

    The account that's liable for tax. If set, the business address and tax registrations required to perform the tax calculation are loaded from this account. The tax transaction is returned in the report of the connected account.