#RhythmicCarnage - Connect
1 messages · Page 1 of 1 (latest)
Hello! We have a guide to integrating Express here: https://stripe.com/docs/connect/express-accounts
i've read that over but im not sure how to add say a connect button under the user's existing account settings.
What do you want the button to do?
ok so ideally the flow is this....
User signs up for my website -> They can create channels to upload or stream with a stream key live.
User has a settings page already in the OSP code
User is given a stripe connect button on that page which should add them to my connected accounts list on stripe.
Once they have a connected account they sell a standard product called a subscription, which is similar in price to a Twitch sub. ($4.99?)
the viewers buy this using a buy button on the streamer's channel
the money - platform fee goes to the connected account
ideally my users can get a card issued to spend their stripe funds
User is given a stripe connect button on that page which should add them to my connected accounts list on stripe.
For this part you should have the button trigger steps 2-4 in the guide I linked above.
ok
and i could integrate that into my existing app.py?
im unsure how to do a python backend integration
i can handle html, css, javascript, etc but im a noob at python
I'm not very familiar with Python, but yeah, it's a combination of backend and frontend steps.
yeah OSP being rooted in python is killing my project
i cant find good examples of payments in python
We have Python sample code in the guide.
That's just an example indicating that the code belongs on your server.
An example filename I mean.
ok so i can theoretically grab that code, add parts of it to my backend and pray that something works
this playlist helped me:
https://www.youtube.com/playlist?list=PLy1nL-pvL2M55YVn0mGoQ5r-39A1-ZypO
Oh, wait, you mean the sample code?
The sample code is meant to be an example you learn from, not something you use in production.
this is the code i have on my digital ocean server
there's like 10 sites running this but not a single dev has cracked a proper integration with stripe
i'd pay you guys to build something on this i swear at this point im 10k in the hole between hosting and devs that didnt know the integration
its so close i can almost taste it
I can't write code for you or accept money or anything like that, but I'm happy to answer specific questions to help get you unblocked!
thanks i might have to take a few days and go over it
I recommend ignoring the sample project and focus on the guide.
ok
I think the sample project will be doing things differently enough that it will confuse things.
yeah i mean i already have accounts is my issue
The guide should be more straightforward and focused.