#lmontoyacontreras
1 messages · Page 1 of 1 (latest)
Hi, can you provide more details here?
What are you trying to build? What integration guide are you currently using?
I need to search tax rate by region
I wish I could help, but this chat is focused on developers and technical questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact
I am using this endpoint (https://stripe.com/docs/api/tax_rates/list) to get the tax rates list... is it possible to filter by any property?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah! That is way clearer -- thank you.
hahahahahaha
There is not a way to do what you're describing here. The only way is, once you have the tax rate object, you can retrieve it: https://stripe.com/docs/api/tax_rates/retrieve
Can I get the object by the jurisdiction property or is it only possible by the Id?
Only by the id
Thank you and sorry for not making me understand before.
No worries, thank you for clarifying.