#pitcherojbh
1 messages · Page 1 of 1 (latest)
Hello
Where are you looking for the metadata currently?
Do you have an example ID you can share with me?
They payment for the subscription is here py_1O0PFT2m77W0oZ368fyRC8a9
I am using the meta data example form here https://stripe.com/docs/api/subscriptions/create#create_subscription-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ahhh
I see it on the actual sub_0O0PFRNRNK7sFw4mRPpFRmBW,
It is on the actual payment where I can not see the meta data. Sorry for the confusion
But does payment gets created from ->subscriptions->create
As this is where I need to make the updates, otherwise the Express customers will not be able to work out what the payment is actually for
Yeah the metadata doesn't get carried down to the payment automatically
That's correct, you would have to update that payment yourself
With the metadata you want
You can also set the description
Thank you
Sure