#aliraza-sub-metadata

1 messages · Page 1 of 1 (latest)

fathom belfry
#

where is the metadata not showing

regal spindle
#

@fathom belfry

fathom belfry
#

what is the url of that page

regal spindle
#

this charge is automatically created by stripe

fathom belfry
#

yep so here is how it works

regal spindle
#

for subscription

fathom belfry
#

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.