#dahri_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/1283000096664846388
đ 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.
- dahri_code, 2 hours ago, 26 messages
- dahri_code, 1 day ago, 6 messages
What you want to achieve exactly here? refund the customer and provide them your services ?
The customer subscription through stripe.checkout.sessions.create and then in webhook on certain conditions i have to refund the total payment.
and you want to cancel the Subscirption or keep it active after refund ?
want to cancel the subscription after refund
Thanks most probably it will work, while please assist with this
user bought subscription through card and now user wants to change the card attached to that subscription. how to do it?
let me go through this
thanks karllekko,
Also can you please tell me i have only one event on which webhook should be recieved while i have been recieving webhooks for more than once for same subscription, why is that?
not sure what you mean, can you elaborate and share some examples?
Its resolved thanks. While please guide about when stripe tried to subscribe, but subscription failed [ lets say due to insufficient funds ] , how to handle this
you'd present the error message to the user, they'd try to enter new card details instead, and your code would confirm the PaymentIntent again.