#Aditya Sharan
1 messages · Page 1 of 1 (latest)
I'd recommend starting here: https://docs.stripe.com/billing/quickstart?lang=python&client=html
👍 I'll go thorugh it, thanks
I have one more question like if I already have a subscription plan created in my db do I need to create a subscription in stripe dashboard too?
Depends what the susbcription plan in your database is. Was it in Stripe?
It is a custom subscription plan
Then no, you need to use our Subscriptions APIs in order to process recurring payments via us
Is there a guide on how to create your own subscription and then allow users to pay for those plans? I mean if I use subscription api's then I would be required to create a customer too, right?
There is, and I already sent you the URL for it