#NESH

1 messages · Page 1 of 1 (latest)

ornate kayakBOT
deft sedge
#

Hi
Could you please share a screenshot and sepecify where exactly you want to add that column ?

austere tartan
#

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

deft sedge
#

You are implementing a Checkout like page ?

austere tartan
#

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

deft sedge
#

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

austere tartan
deft sedge
#

There is no direct API for that, you need to track that in your integration/database

austere tartan
#

yeah I see, ok thanks