#Vishakvkt
1 messages · Page 1 of 1 (latest)
You would have to make a separate call to update that Payment Intent at some point after it is created
Got it. So create subscription -> pull payment intent from latest invoice -> update payment intent with metadata?
Alternatively, if we listen for the invoice.paid /invoice.payment_failed webhook, will that have the metadata added to the subscription?
Correct
No. You would need to add metadata to the Invoice in that case, the same as with Payment Intents