#dineshkumar_docs
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/1367851183091355671
đ 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.
- dineshkumar_docs, 2 days ago, 9 messages
Yes, we have auto recovery emails you can configure for failed subscription payments. See here: https://docs.stripe.com/billing/revenue-recovery/customer-emails
You should not test in live mode, no.
In test mode, if can create a customer using the same email adress as your dashboard account to enable receiving most automated emails.
Otherwise generally automated emails are not sent in test mode
if a create customer different email address, we can't test?
No, you need to use an email matching your dashboard account email in test mode
i have a dashboard account with developer role , is this use to test?
If it has access to the account you're testing with, i believe that should work
This is a public channel, you might want to remove your email from the message
For emails matching the dashboard account email, yes I believe that works from the last time I tested this myself.
could you please help me the steps for test???
last time you tested steps? send me this help for me..
give me steps, please with example..
What do you mean? If you have a customer with the email matchign your dashboard email, thes epayment failure emails should be sent.
If you want a recurring payment to fail, you can use the "decline after attaching" test card in the section you linked
4000000000000341
This can be attached to a customer but will decline all payments, such as subscription renewals
You can use Test CLocks to programmatically advance time to the subscription renewal to trigger that payment attempt:
https://docs.stripe.com/billing/testing/test-clocks/api-advanced-usage
understood , i will try above steps!