#rohail-kamran_api

1 messages ¡ Page 1 of 1 (latest)

vapid axleBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1387309709694078976

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

jolly cedar
#

Hi Sam!

chrome charm
#

Hi! Looking into your query!

jolly cedar
#

Thanks!

chrome charm
#

Thank you for waiting! Let me confirm my understanding of your flow. Is below correct?

  • You have a customer object for each player.
  • You have a payment flow where you collect payment from the customer / players.
  • Now you need a flow where you can pay the customers / players money as well.
jolly cedar
#

Yes!

And as per my last discussion with support and the documentation I read, I proposed this to our client:

What they have to do:

  1. Log into your Stripe account -> Settings -> Connect

  2. Enable Express accounts (not Standard or Custom)

  3. This allows us to create "Connected Accounts" for players and send payouts to them programmatically.

  4. Give us test API keys and later live keys once everything is working

What we will do for payouts:

  1. We will use the keys provided from our client to onboard the user if they are not already onboarded. To do this we will first create a stripe connect account for them using their email.

  2. Once done, we will ask stripe to generate a secure onboarding link for that account. We will email this link to the user so they can click on it and fill the form at their convenience.

  3. Once filled, stripe will give us a connected account id which we can store in our db for later reference and use that for payouts.

#

Is this correct @chrome charm ?

chrome charm
jolly cedar
#

Awesome. So once the form is filled, do I get a webhook event?

chrome charm
jolly cedar
#

Thank you so much!

#

I will look at this now.

#

In the stripe dashboard, my client is unable to find the option to register with stripe connect.... like where to enable express accounts etc. They were just lost in a lot of customization options.... is there a documentation or video that you could please refer to for this?

chrome charm
#

We don't have a specific documentation for this. They will need to answer a questionnaire about the fund flow, etc.

jolly cedar
#

Hmmm I see....

#

Any pointers on where they can find that questionaire?

chrome charm
#

They will have a list of items they need to complete.

vapid axleBOT
chrome charm
#

One of it includes completing the platform profile which is the questionnaire I mentioned.

#

If they face any issues with the onboarding, I would recommend for them to reach out to Stripe Support (https://support.stripe.com/contact/email) and the support team will be able to assist them with it.

jolly cedar
#

Thank you Sam! Sounds awesome.