#manuel_best-practices
1 messages ยท Page 1 of 1 (latest)
๐ 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/1255543568806838323
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
That depends on your retry rules. You can tell us how long to retry a payment for and what to do if all of those payments fail https://docs.stripe.com/billing/subscriptions/overview#failed-payments
the users have 3 days to retry the payment. if this does not happen, the plan will be cancelled and the user will have to make a new payment from scratch (as if it were the first time)
Yep, there are dashboard settings for that. https://dashboard.stripe.com/account/billing/automatic
sorry i dont understand, what can i do with those settings? ๐
Actually taking a step back, are you setting your subscriptions to charge your customer's automatically, or to send them an invoice and they pay the invoice manually?
no, I just want to have a history of their subscriptions. Like to show you what you were paying before the cancellation
is that possible?
As in you want to make an API call to see previous invoices on the subscription?
Hello! I'm taking over and catching up...
To clarify, you're asking if you can still see payment history for Subscriptions that have been canceled? If so, yes, you can, we keep a record of all of that.
And it remains visible.
yes, this is what I ask. Let the users know the plan they have or had in my project.
You, as the Stripe account holder, can see information related to canceled Subscriptions in the Dashboard and API.
You can retrieve things like Subscriptions, Invoices, Payment Intents, Charges, and other resources related to the Subscriptions in question.