#MarcusStripe
1 messages · Page 1 of 1 (latest)
in the stripe dashboard, there is an item "feature list"
it says this is used on the pricing page
not sure if that is a stripe UI only feature.. or can it be accessed through the API also?
we are creating our own pricing page.. but each product will have a list of features.. now I am thinking of how to best realize this with stripe.
If the feature list cant be accessed, an alternative would be something like feature1, feature2, feature..n in the meta list
but that seems unclean / dangerous
Good question, let me check that.
not sure if that is a stripe UI only feature.. or can it be accessed through the API also?
Looks like a dashboard only feature, since I don't see a way to access this information from the API.
If the feature list cant be accessed, an alternative would be something like feature1, feature2, feature..n in the meta list
Yes that should work.
I cant find it int he api, thats the point
how about the meta keys.. will the order be kept as entered?
I am thinking whether or not sorting on my end is required
The API itself should return the key in alphabetical order. But I would double check that, as your API client/language may be changing this.
ok