#aliraza-sub-metadata
1 messages · Page 1 of 1 (latest)
what is the url of that page
yep so here is how it works
for subscription
you have a Subscription
that creates n Invoices (recurring ones)
each Invoice has a PaymentIntent
each PaymentIntent has m Charges under it, at most 1 successful one
as you see, there are different objects in the API at play here
The Subscription metadata remains on the Subscription AFAIK. Does not copy automatically to each new PaymentIntent. Your integration will have to make a request to grab the metadata from Subscription and update each new PaymentIntent with it.