#caze_collection-method
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1216765392710799370
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- caze_api, 35 minutes ago, 3 messages
Hi ๐ that still requires a recurring Price as far as I'm aware. That field maps to the collection_method field in the API, and controls whether customers are automatically charged each billing period or if the Invoice is sent to them to manually pay.
https://docs.stripe.com/api/subscriptions/create#create_subscription-collection_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
caze_collection-method
found it
thanks!!
also is there a way I can update the tax from my products all at once? or do I need to change one by one
There is not a way to perform bulk updates via our API (I don't think that exists in the dashboard either, but am a bit less confident on that). You will need to make a request to update each Product that you want to adjust.