#phant
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.
Hello 👋
I believe we talked about that yesterday
You can look at the invoice object and see if it has a value in subscription parameter
https://docs.stripe.com/api/invoices/object#invoice_object-subscription
if its null then the invoice was a one-time payment
that applies to invoice.payment_failed webhook too
couldnt find that in this event payment_intent.payment_failed
oh
For that I recommended this the last time
#1207038360070131712 message
You'd need to look up the invoice associated with the PaymentIntent and then check if the invoice has any subscriptions