#Oleksiy
1 messages · Page 1 of 1 (latest)
I'm not sure I understand. Can you explain more about what you're trying to do?
I am making API call to Stripe to get all plans (objects: product, price) but in non of those I see returning feature list data
It is used for pricing tables
Is that part of the pricing table?
I am building my custom table, I have everything I need already expect this data
There is no Pricing Table API currently - it is available in dashboard only.
You can only update product features in the Dashboard, and not in the Products API
https://stripe.com/docs/payments/checkout/pricing-table#product-features
since it is sitting on Product object and I see 'attributes' on Product object I assumed we should have access to it. This is logical information that should come with product info, correct ?
I think it'd be great for it to be available, but today it is not unfortunately. I will share this feedback right now though.
So what you are saying if I need to provide that data I need to find a hack, like for example put this info inside metadata field
You can, but the information is used automatically by the pricing table, which is the only place its expected to be used
If you need this elsewhere the Product/Price metadata is a great place to put it. feature_1=xyz etc
The issue with pricing table that it does not accept existing stripe customer ID, so it creates new customer each time when user re-subscribe. this is the whole reason why we were forced to build our custom table.
Yes thats right -- this is meant as a no-code solution. You can of course build your own implementation of this to meet your specific needs.
Thank you, I hope you will implement its availability soon for API as well, not only for pricing table, but for all those customers who are forced to build custom pricing table.