#edutomesco
1 messages · Page 1 of 1 (latest)
Stripe doesn't propagate the metadata from one object to another. If the metadata is set on the plan, it will only be at plan object and won't be present in subscription object.
If you wish to have metadata on the subscription object, you'd have to set it explicitly in subscription object: https://stripe.com/docs/api/subscriptions/create#create_subscription-metadata
thanks
No problem! Happy to help 😄
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!