#Zohar
1 messages · Page 1 of 1 (latest)
Hello! Not really. You can see if the Payment Intent has an invoice or not, but it might be a one-off Invoice and not a Subscription Invoice. What you probably want to do instead is listen for invoice.paid and look to see if the Invoice has a subscription or not: https://stripe.com/docs/api/invoices/object#invoice_object-subscription
would it better to make an api call with the invoice# to get the subscription?
You could also do that, sure. 🙂