#mohamed.0344
1 messages · Page 1 of 1 (latest)
i want make other business that has stripe account they can connect their stripe account and when i want to create a payment link for their stripe account and anyone can click on it and pay them money
got it? 😂
Generally speaking we no longer recommended connecting to existing standard accounts via oauth, and instead you end up creating a new account for the user:
https://stripe.com/docs/connect/oauth-changes-for-standard-platforms
https://stripe.com/docs/connect/standard-accounts#how-to-use-connect-onboarding-for-standard-accounts
You might also wish to look at whether building a Stripe App would be a good fit for your use case:
https://stripe.com/docs/stripe-apps
@lament bolt ok but this is my business needs i want connect standard accounts via oauth
So then you need to review that first doc carefully. You may be able to connect to existing accounts not currently connected to other platforms, but if there's another controlling platform its not possible.
to understand me i want show you an example
Sounds good to me
this is what i want to do
i want connect their stripe account and let's say they want publish their own product, i want customer when click on the product they can pay using stripe payment link and the money will goes to their stripe account at the same second
Yep, the docs synthrider linked to should help with that setup
And this doc shows how to make direct charge payment links on your connected accounts https://stripe.com/docs/connect/payment-links#:~:text=Create a payment link using,price on the connected account.
ok and how can i connect their account?
With the process from the docs that synthrider linked to