-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- A tab that says stripe and first they see a "connect stripe button" similar to Github
- After connecting by giving stripe api key, we create a "Products" table -> (id, name, description, price_usd, stripe_id, checkout_link_usa)
- Interface to add products via this table. Once we fill the details we add that to stripe. A delete option maybe?
- No the client should be able to call rockets.Checkout(product_id) and should be redirected to checkout. How do we do it?
- When the user signs up, a customer should be created by default? This is one way to do it.
- Or before payment, check if a customer exists and if they do then use that else create one.
- I prefer the first one as we can just store customer id as a cookie in browser.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request