#pobourdeau
1 messages ยท Page 1 of 1 (latest)
Hi ๐ ,
nope that isn't possible. You would need to code that yourself.
Hey! Should I use cron job to scan the DB and remove all subscription items that need to be deleted? I saw that the dashboard has this option, so how does it works?
That I'm not certain about. The dashboard does a lot of nifty things that are beyond the scope of the APIs. Cron jobs are one well tested and reliable approach
Okay, I think I will use cron jobs then.
I have another question. If I schedule the start of a new subscription in X months, does the customer will be charged right now or in X months when the subscription start?
How are you scheduling the subscription? What API calls are you making with what parameters?
Oh nvm, you can't start a subscription at a specific date. https://stripe.com/docs/api/subscriptions/create
I thought it was possible...
Thanks Snufkin for helping out!
Happy to help. ๐
Sometimes all you need is to talk out the issue and it solves itself.
Yeah, you were my debugging rubber duck ๐
https://en.wikipedia.org/wiki/Rubber_duck_debugging
In software engineering, rubber duck debugging (or rubberducking) is a method of debugging code by articulating a problem in spoken or written natural language. The name is a reference to a story in the book The Pragmatic Programmer in which a programmer would carry around a rubber duck and debug their code by forcing themselves to explain it, l...
๐ฆ