#arkansasbeauty_89186
1 messages · Page 1 of 1 (latest)
What do you mean by client id? What are you trying to do?
I'm trying to setup the flow of the user getting paid. I read via docs they have to have a connect account first.
Yeah what is client id here though?
Have you followed our connect docs for creating a connect account?
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;
};
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)
Possible to hop on a quick call?
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
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.
Start here to choose account type: https://stripe.com/docs/connect/accounts
Once you've chosen, then click the account type in the sidebar
There will be account creation and onboarding instructions
Why in test mode I'm seeing this?
Likely you haven't provided all required info for the account
You can check the requirements hash on the account object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So this is what the user who wants to get paid must provide correct?
Yes exactly