#cashiersprit_docs
1 messages ยท Page 1 of 1 (latest)
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.
- cashiersprit_docs, 5 hours ago, 31 messages
- cashiersprit_docs, 6 days ago, 5 messages
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1252311559318012057
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
so in short, we charge customer 4 times, 1st time happened when subscription is created, 2nd in 1 month, 3rd in 2 months, 4th in 3 months. after that, subscription cancelled immidately
Yup, you can set a custom cancel date: https://docs.stripe.com/billing/subscriptions/cancel?dashboard-or-api=api#set-a-custom-cancel-date
If you want to do something other than cancel, you can use a more complicated solution, which is Subscription Schedules: https://docs.stripe.com/billing/subscriptions/subscription-schedules
I did a test, when set charge_automatically, you charge the customer at the end of cycle? but we need to be at the beginning of cycle
Payment should be at the beginning of the billing cycle, unless you are using a Usage-based billing model: https://docs.stripe.com/billing/subscriptions/usage-based
it sounds great. why https://docs.stripe.com/api/subscriptions/create#create_subscription-collection_method said When charging automatically, Stripe will attempt to pay this subscription at the end of the cycle
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I think that verbiage is a bit confusing, though not altogether false. Like, you pay ahead of the next billing cycle, but at the end of each billing cycle, a payment is made for the following billing cycle
en, it sounds still at the beginning of the cycle.
anyway, I got what I want. thanks for your answer. just you'd better to update your docu ๐
Happy to take that feedback ๐