Skip to content

Find a Tax Association ​

Finds a tax association object by PaymentIntent id.

Returns ​

A Tax Association object.

Parameters ​

  • payment_intent (string, required) Valid PaymentIntent id
curl
curl -G https://api.stripe.com/v1/tax/associations/find \
  -u "<<YOUR_SECRET_KEY>>" \
  -H "Stripe-Version: 2026-04-22.dahlia; payment_intent_with_tax_api_beta=v1" \
  -d payment_intent={{PAYMENT_INTENT_ID}}

Response ​

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"
      }
    }
  ]
}

Stripe API Reference - Self-contained docs reference, refreshed 2026-05-18