#Oleksiy

1 messages · Page 1 of 1 (latest)

sudden heartBOT
vocal quail
#

I'm not sure I understand. Can you explain more about what you're trying to do?

neat coral
#

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

vocal quail
#

Is that part of the pricing table?

neat coral
#

I am building my custom table, I have everything I need already expect this data

vocal quail
#

There is no Pricing Table API currently - it is available in dashboard only.

neat coral
#

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 ?

vocal quail
#

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.

neat coral
#

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

vocal quail
#

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

neat coral
#

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.

vocal quail
#

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.

neat coral
#

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.