#marconiog
1 messages · Page 1 of 1 (latest)
Can you please share with me your latest follow up question here ?
what is the problem you are facing ?
yes
I'd like to split a payment, when I create a new payment link, in the "after payment" option I see a Grayed option "split payment with a connected account.
Why is it grey?
Can you share the link of the page you are refrring to and a screenshot please ?
Basically I bill monthly retainers to my clients, I'd like to share automatically 15% of the total to my Developer
sure
your colleague @zealous gazelle suggested me this solution
Can you share the url link of this page please ?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The total amount of that payment link is 0€
lol
it works
that's fantastic! so now I link my partner's account and I can split payment with him
May I ask you how do I connect his account?
They have a Stripe Account ?
yes
For existing accounts, I invite you to refer to this guide:
https://stripe.com/docs/connect/oauth-reference
mhh I don't think that's the correct guide
it's saying "Find an account" and at the bottom of the menu "No connected account found"
I'm looking at how to add an account on my contacts to be able to select it
First you need to onboard/connect that acocunt
then you'll find it in that dropdown
right, how can I onboard it? 🙂
Following this guide
sorry but I'm not a developer, is there a user friendly way to do it?
This guide is a mess to understand
can't believe it's the only way
Yeah that's the only way, you need to share with them this URL:
https://stripe.com/docs/connect/oauth-reference#redirect-uri
That's the only option for the low/no code
<https://connect.stripe.com/oauth/authorize?response_type=code&client_id={{CLIENT_ID}}&scope=read_write&redirect_uri=https://sub2.example.com
You need to replace your CLIENT_ID
You can find it here:
https://dashboard.stripe.com/settings/connect
So if I understood correctly:
I find my personal CLIENT ID and replace it in this link... and then?
then they will be connected?
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
Then you share the link with your user and they go through the steps to connect their account to your Platform.
I am not sure what's your use case but you can also look at Stripe Apps: https://stripe.com/docs/stripe-apps
This allows you to build an extension that other Stripe accounts can add, then your App will be able to read/write things on their account.
hi Vanya, my use case is very simple:
I create from stripe a payment link for a monthly subscription, and the clients pay from there.
I'd like to split 15% of the total amount on my partner's account
Perfect, so I just replace my ID and send this link to my partner, he will then be connected with me, correct?
Yes.
Correct
I get this {"error":{"message":"No application matches the supplied client identifier"}}
I went in incognito to see if the link worked...
Where do you get this error?
here is the full link: https://connect.stripe.com/oauth/authorize?response_type=code&client_id={{ca_OkakRopD87pdvg5BS8UsaqOsPwt763Ok}}&scope=read_write&redirect_uri=https://sub2.example.com
as soon as I open this link in incognito
is the link you gave me + my User ID
Please remove the double curly brackets.
ok, it says this:
{"error":{"message":"Standard OAuth is disabled for this Stripe Connect integration. If you own this integration, you can enable the Standard OAuth flow in the Connect Settings page in your dashboard."}}
As the error message suggests:
Also, you can create a Stripe account for your partner specifically for your application, following the canonical Stripe Connect integration: https://stripe.com/docs/connect/standard-accounts
Then you won't need to use OAuth.
yes he has a standard account, I don't understand anything of this...what's the fastest way to do this connection?
that option is grey for me unfortunatelly..
Interesting, let me check.
thanks🙂
👋 taking over for my colleague. Let me catch up.
yes
would you mind sharing your account ID?
no it's the acct_xxx
you can find it here https://dashboard.stripe.com/settings/account
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
acct_1NneoXHNnqn0BNfi
oh so I pasted the wrong ID in the link previously?
your colleague told me it was the right one
both are correct each in its own place
account ID acct_xxx identifies you account
ca_xxx is the Connect Application ID, that identifies the platform connection to the different Connect Accounts
understood
it seems that you still have some verifications to go through https://dashboard.stripe.com/connect/accounts/overview in order to create your connect accounts in live mode
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
if you're trying OAuth in test mode it should be possible to turn that feature on
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
alright! I'm doing the verification right now
so to recap, after verification, I'll be able to turn on the OTAUTHC and send the link to my partner to have him connected, is it correct?
awesome! thank you very much!
let me know if you need any more help
kindly could you keep this thread open just until I have done🙂