provider GET /v1/tax/associations/find
@utdk/stripe /v1/tax/associations/find
Find a Tax Association
<p>Finds a tax association object by PaymentIntent id.</p>
expand query
Specifies which fields in the response should be expanded.
array
payment_intent query required
Valid [PaymentIntent](https://docs.stripe.com/api/payment_intents/object) id
string

Try it

Authentication
Configure credentials for Stripe API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

gettaxassociationsfind
GET/v1/tax/associations/find
<p>Finds a tax association object by PaymentIntent id.</p>

Specifies which fields in the response should be expanded.

required

Valid [PaymentIntent](https://docs.stripe.com/api/payment_intents/object) id

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import stripe from '@utdk/stripe';

await stripe.gettaxassociationsfind()