#NESH
1 messages · Page 1 of 1 (latest)
Hi
Could you please share a screenshot and sepecify where exactly you want to add that column ?
in my system, I have a table with columns: price id, amount, and among others "number of subscriptions". same as in stripe dashboard inside product page
imagine that I have to copy this table
You are implementing a Checkout like page ?
no, simple "info table" in my own system, basically same as what you see above.
I have to show admin user all prices he has in stripe with the above info
As it's in your integration what is the issue for adding a column with a Number of Subscriptions?
Stripe API doens't provide feature to manage Stocks
You can store/track that in your own integration/database
the issue is that I don't have that simple info from Stripe Retrieve/List Price API, to simply say what is the number of subscription for that porice
There is no direct API for that, you need to track that in your integration/database
yeah I see, ok thanks