#RhythmicCarnage - Connect

1 messages · Page 1 of 1 (latest)

graceful falcon
mighty pollen
#

i've read that over but im not sure how to add say a connect button under the user's existing account settings.

graceful falcon
#

What do you want the button to do?

mighty pollen
#

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

graceful falcon
#

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.

mighty pollen
#

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

graceful falcon
#

I'm not very familiar with Python, but yeah, it's a combination of backend and frontend steps.

mighty pollen
#

yeah OSP being rooted in python is killing my project

#

i cant find good examples of payments in python

graceful falcon
#

We have Python sample code in the guide.

mighty pollen
#

i saw that but idk why its called server.py in the example code. i have an app.py and some other files but idk how those work.

graceful falcon
#

That's just an example indicating that the code belongs on your server.

#

An example filename I mean.

mighty pollen
#

ok so i can theoretically grab that code, add parts of it to my backend and pray that something works

dry knoll
graceful falcon
#

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.

mighty pollen
#

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

graceful falcon
#

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!

mighty pollen
#

thanks i might have to take a few days and go over it

graceful falcon
#

I recommend ignoring the sample project and focus on the guide.

mighty pollen
#

ok

graceful falcon
#

I think the sample project will be doing things differently enough that it will confuse things.

mighty pollen
#

yeah i mean i already have accounts is my issue

graceful falcon
#

The guide should be more straightforward and focused.

mighty pollen
#

i dont need stripe to create the entire account because OSP gives the OSP user a stream key for their channels etc. there's details from that end that i need still

#

i just need to link my existing users, should they wish, with stripe to help them earn revenue off their content