# `Stripe.Services.Tax.AssociationService`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/services/tax/association_service.ex#L2)

TaxProductResourceTaxAssociation

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

# `find`

```elixir
@spec find(Stripe.Client.t(), map(), keyword()) ::
  {:ok, term()} | {:error, Stripe.Error.t()}
```

Find a Tax Association

Finds a tax association object by PaymentIntent id.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
