#Min.K

1 messages · Page 1 of 1 (latest)

tardy elmBOT
#

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.

  • Min.K, 0 minutes ago, 9 messages
  • Min.K, 22 hours ago, 11 messages
  • Min.K, 1 day ago, 15 messages
  • Min.K, 1 day ago, 12 messages
  • Min.K, 4 days ago, 17 messages
  • Min.K, 4 days ago, 9 messages
    and 3 more
novel plinth
#

Question 1. If a payment fails on a subscription, is the invoice.payment_failed event issued? Or is the payment_intent.payment_failed event issued?
Both will be sent. I'd recommend to use invoice.payment_failed event as mentioned here: https://stripe.com/docs/billing/subscriptions/webhooks#payment-failures

Question 2. What is the difference between the invoice.payment_failed event and the payment_intent.payment_failed event?
invoice.payment_failed is the failed payment on the invoice while payment_intent.payment_failed is the payment intent under the invoice failed

Learn to use webhooks to receive notifications of subscription activity.