#juneid_90104
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- juneid_90104, 19 hours ago, 48 messages
So basically in my application i provide trial days to customers and after the trial ends.
Stripe create a draft of subscription amount which will be charged after one hour.
Yep
First of all is there any way to reduce time lik eless than 1 hr for testing purposes.
Yeah you can always force payment of an Invoice using https://stripe.com/docs/api/invoices/pay
And there is another thing : Payment retries which i have implemeted in production mode but in test mode to test the complete flow i want to customise the retries in case of payment failure. Because i want to test the whole flow in a few minute but it only allows customizatin in prod..
https://help.kajabi.com/hc/en-us/articles/360042866614-How-to-Manage-Failed-Payments-in-Stripe-
as mentioned in the video in this article.
Failed payments processed through Stripe can be customized to specify the number of retry days before your customer's subscription is canceled. Learn to customize Stripe's Smart Retries.
In this a...
You can use test clocks to advance time to test retries in test mode: https://stripe.com/docs/billing/testing/test-clocks
For test mode the retries schedule settings in not available.
You can't set separate settings here from live mode as we don't want those to accidentally be out-of-sync.
However, you could always create a new test-only account to test this stuff out.
Alright. Thank you very much.