#cassavetties
1 messages · Page 1 of 1 (latest)
hello! there isn't any way to delay the payment_intent.succeeded webhook.
is there a reason why you specifically want to listen for the PaymentIntent event? Because, i would consider listening for the invoice.payment_succeeded or invoice.paid event instead
If you pass in metadata on the subscription, it will be populated into the invoice item also
That's helpful to know that there's a way to get metadata derived from the subscription automatically populated into the invoice metadata. But it sounds like you're saying no such mechanism exists for the PaymentIntent objects' metadata, correct?
yep, there's no such mechanism to automatically populate the metadata from Subscription -> PaymentIntent