#Ji_net - list tax rates
1 messages · Page 1 of 1 (latest)
Are you using this api endpoint? https://stripe.com/docs/api/tax_rates/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes
You can pass limit then: https://stripe.com/docs/api/tax_rates/list#list_tax_rates-limit
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can use auto pagination if you want to autopaginate and you have more than the max limit: https://stripe.com/docs/api/pagination/auto
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.