#mattddean
1 messages · Page 1 of 1 (latest)
You would have to create a webhook handler that listens for invoice.paid events and updates each Payment Intent.
Ah okay, yeah the issue is that I wanted to use that metadata in my payment_intent.succeeded webhook handler to identify that the payment intent belongs to the service I'm working in
Is there a way to have Stripe put some identifying metadata on each invoice that it creates under a subscription?
Or should I just put the metadata on the subscription and look up the subscription that's related to the invoice?