# The Tax Association object

### The Tax Association object

```json
{
  "id": "taxa_1PYP5RRw02rhjhAjNemx66hC",
  "object": "tax.association",
  "calculation": "taxcalc_1PYP4vRw02rhjhAjPfzylM7p",
  "payment_intent": "pi_3PYP4zRw02rhjhAj1UotslTI",
  "tax_transaction_attempts": [
    {
      "source": "pi_1PXmsSE5ebw4kUHWK7FIhQlS",
      "status": "committed",
      "committed": {
        "transaction": "tax_1PXmsRE5ebw4kUHWLyVEiMis"
      }
    },
    {
      "source": "re_1PXmsSE5ebw4kUHWK7FIhQlS",
      "status": "committed",
      "committed": {
        "transaction": "tax_1PXmsgE5ebw4kUHW7Gg8jvpX"
      }
    }
  ]
}
```

## Attributes

- `id` (string)
  Unique identifier for the object.

- `object` (string)
  String representing the object’s type. Objects of the same type share the same value.

- `calculation` (string)
  The [Tax Calculation](https://docs.stripe.com/api/tax/calculations/object.md) that was included in PaymentIntent.

- `payment_intent` (string)
  The [PaymentIntent](https://docs.stripe.com/api/payment_intents/object.md) that this Tax Association is tracking.

- [`tax_transaction_attempts`](https://docs.stripe.com/api/tax/associations/object.md?query=tax_transaction_attempts) (array of objects, nullable)
  Information about the tax transactions linked to this payment intent
