#arkansasbeauty_89186

1 messages · Page 1 of 1 (latest)

crude vesselBOT
hardy helm
#

What do you mean by client id? What are you trying to do?

vestal ermine
#

I'm trying to setup the flow of the user getting paid. I read via docs they have to have a connect account first.

hardy helm
#

Yeah what is client id here though?

#

Have you followed our connect docs for creating a connect account?

vestal ermine
#

I have this, but cant find the test client ID: const handleCreateStripeConnectAccount = () => {
const stripeConnectUrl = https://connect.stripe.com/oauth/authorize?response_type=code&client_id=${YOUR_CLIENT_ID}&scope=read_write; window.location.href = stripeConnectUrl;
};

hardy helm
#

Why are you doing oauth?

#

That's more of an older flow

#

We don't recommend that approach unless absolutely necessary (ie these are older stripe accounts you want to connect not new ones)

vestal ermine
#

Possible to hop on a quick call?

hardy helm
#

No we don't do that here

#

If you ask specific questions I can help

#

Otherwise if you want 1 on 1 support, I reocmmend reaching out to Stripe Support

vestal ermine
#

Can you provide the link to the documentation that pertains to what I'm trying to implement? What I need is for a user to be able to be paid either directly to their bank acc, or to third party methods like paypal or cashapp etc.

hardy helm
#

Once you've chosen, then click the account type in the sidebar

#

There will be account creation and onboarding instructions

vestal ermine
#

Why in test mode I'm seeing this?

hardy helm
#

Likely you haven't provided all required info for the account

#

You can check the requirements hash on the account object

vestal ermine
#

So this is what the user who wants to get paid must provide correct?

hardy helm
#

Yes exactly