#sks

1 messages · Page 1 of 1 (latest)

dire shellBOT
tacit tangle
somber ginkgo
#

No, I am not looking for a plugin. I am looking to set up products, prices, and other stuff, via configuration as code. That would help in the CI / CD style deployment of my SaaS, along with all the stripe setup/updates (in the future) that may be required.

tacit tangle
#

So instead of writing code, you are looking for configurations that can automate your process?

somber ginkgo
#

I am trying to build a sort of framework, that does not require manual changes from the Stripe dashboard to setup things.

The idea is, all the products/plans along with their monthly/yearly/ such prices, can all be configured in that project as code, (let's say a nextjs project), and in the CI/CD fashion it would go and create them. And if they already exist, then update them, or delete them.

#

A bit like database migrations I should say.

tacit tangle
#

OK. If i understand you correctly, you are looking for APIs that you can use in your application to minimize the need of interacting with Dashboard.

somber ginkgo
#

I know, I can create all of that using Stripe API.

#

But I was in search for a tool (maybe like terraform), that maybe officially built, so then I would not have to build such from scratch.

#

I am trying to build this framework with minimal moving things.

#

So, I came here to find out, if such things may already exist, or maybe some resources that may help me get things done reliably. So, that I don't end up reinventing the wheel.

tacit tangle
somber ginkgo
#

Yes, I have used code from this sample before.
I understand there are not any similar tools.
Thank you very much.