#theproofficial
1 messages · Page 1 of 1 (latest)
what you have there seems like it would work
when you say it doesn;'t show in the API, where exactly are you looking and what do you see instead?
I actually do not see the name at all in there.
because for example, in a Price object, the product field is not expanded by default, it's only a String, so you won't see the details of the name until you retrieve or expand the Product
where's "there"? can you be more specific with exact code or JSON you're looking at?
Currently I am looking at a result from customer.subscription.created
And it does not include product_data
On the front-end, it does show as intended, but it is not sent to the api
what exactly do you see?
did you understand what I mentioned about the Price object not expanding the Product by default?
happy to clarify
I see now, is there a way to include the name in the price object or the subscription object then?