---
title: "Find a Tax Association"
method: GET
path: "/v1/tax/associations/find"
---

# Find a Tax Association

`GET /v1/tax/associations/find`

Finds a tax association object by PaymentIntent id.

## Query parameters

- `expand` string[]
- `payment_intent` string, required

## Response `200`

Successful response.

- TaxAssociation — A Tax Association exposes the Tax Transactions that Stripe attempted to create on your behalf based on the PaymentIntent input
  - `calculation` string, required — The [Tax Calculation](https://docs.stripe.com/api/tax/calculations/object) that was included in PaymentIntent.
  - `id` string, required — Unique identifier for the object.
  - `object` 'tax.association', required — String representing the object's type. Objects of the same type share the same value.
  - `payment_intent` string, required — The [PaymentIntent](https://docs.stripe.com/api/payment_intents/object) that this Tax Association is tracking.
  - `tax_transaction_attempts` TaxProductResourceTaxAssociationTransactionAttempts[], nullable — Information about the tax transactions linked to this payment intent
    - `committed` TaxProductResourceTaxAssociationTransactionAttemptsResourceCommitted
      - `transaction` string, required — The [Tax Transaction](https://docs.stripe.com/api/tax/transaction/object)
    - `errored` TaxProductResourceTaxAssociationTransactionAttemptsResourceErrored
      - `reason` 'another_payment_associated_with_calculation' | 'calculation_expired' | 'currency_mismatch' | 'original_transaction_voided' | 'unique_reference_violation', required — Details on why we couldn't commit the tax transaction.
    - `source` string, required — The source of the tax transaction attempt. This is either a refund or a payment intent.
    - `status` string, required — The status of the transaction attempt. This can be `errored` or `committed`.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stripe/apis/spec3.md) · [All operations](https://skmtc.net/stripe/apis/spec3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stripe/spec3/revisions/3653ad45bbec/schema)
