#sks
1 messages · Page 1 of 1 (latest)
Hi there, if you are looking for a plugin, here's the list https://stripe.com/docs/plugins
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.
So instead of writing code, you are looking for configurations that can automate your process?
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.
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.
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.
I don't see any similar tools. But I can share with you some example codes https://github.com/stripe-samples/accept-a-payment
Yes, I have used code from this sample before.
I understand there are not any similar tools.
Thank you very much.