#marconiog
1 messages · Page 1 of 1 (latest)
Hi, what's the Q?
Hello! I need to send a link to my business partner to be able to split payments with him
Your colleague told me to do Connect Verification and enable OAuth slider
Now, they told me after that I need to send a specific link to my business partner, in order for him to be registered with my account and I can split payment with him
is this correct?
They need to a verified Stripe account that is connected to your account/platform, yes. How you do that would depend on the preferred implementation
the easiest one pleae
If they have an existing Stripe account, then just use OAuth: https://stripe.com/docs/connect/oauth-standard-accounts
Yes, that doc above explains how you'd construct the link using fields from your account
they told me this is the link, correct?
<https://connect.stripe.com/oauth/authorize?response_type=code&client_id={{CLIENT_ID}}&scope=read_write&redirect_uri=https://sub2.example.com
I need to change CLIENT_ID with this: acct_1NneoXHNnqn0BNfi
is this correct?
Seems valid
yes I'm really sorry but it's like chinese to me, I don't have technical knowledge on this, I just need to split payment with this function:
Ok, and what's not working?
they told me I just need to share this link and that's it
Have you shared the OAuth link with your friend so they can connect their Stripe account to yours?
I have this link, I tried pasting it in incognito:
https://connect.stripe.com/oauth/authorize?response_type=code&client_id={{acct_1NneoXHNnqn0BNfi}}&scope=read_write&redirect_uri=https://sub2.example.com
It gives me this error:
{"error":{"message":"No application matches the supplied client identifier"}}
Because that's not a valid client ID
You never read the doc, you'll find that in your Dashboard: https://stripe.com/docs/connect/oauth-standard-accounts#integrating-oauth
right, your colleague told me this is the ID to paste
if you could show me that would be much appreciated
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
ca_xxx
should be right, but says:
{"error":{"message":"No application matches the supplied client identifier"}}
Not sure why you are enclosing it in {{ }} remove that
because if that wasn't clear, I'm not a developer so I have no clue what is this
should be correct, but seems error 😦
This sever is for developers egnerally, so in future I'd recommend speaking with non-developer support
Yep, because you haven't added the URL to your Dashboard like the document I shared tells you to
Sure, they actually told me this is the only way to do it..
You don't need to be a developer to read that document and follow the steps
Seems like I shoud add a URI link?
Set your redirect_uri, the URL which your user will be redirected to after connecting their account. You must specify all redirect URLs in your platform settings. If you do not include the redirect_uri parameter in your request, Stripe defaults to using the first address you have configured in your platform settings.
so i paste this link there and that's it, right?
I'd recommend you reading that doc and makeing sure you've done all the prerequiste steps
can I hire a dev to set this up?
Seems reasonable