Mayson Monorepo Documentation
    Preparing search index...

    A Tax Association exposes the Tax Transactions that Stripe attempted to create on your behalf based on the PaymentIntent input

    interface Association {
        id: string;
        object: "tax.association";
        calculation: string;
        payment_intent: string;
        tax_transaction_attempts: Stripe.Tax.Association.TaxTransactionAttempt[];
    }
    Index

    Properties

    id: string

    Unique identifier for the object.

    object: "tax.association"

    String representing the object's type. Objects of the same type share the same value.

    calculation: string

    The Tax Calculation that was included in PaymentIntent.

    payment_intent: string

    The PaymentIntent that this Tax Association is tracking.

    tax_transaction_attempts: Stripe.Tax.Association.TaxTransactionAttempt[]

    Information about the tax transactions linked to this payment intent