#smaragdin

1 messages ยท Page 1 of 1 (latest)

tranquil rapidsBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

valid yacht
#

Hi there ๐Ÿ‘‹ can you tell me more about what you're trying to accomplish?

Are you able to create a Custom Connected Account and onboard it via an Account Link through the API rather than the dashboard?
https://stripe.com/docs/connect/custom-accounts

sinful bramble
#

Hey, I created a connect account to make money transfers to customers on my app.

Yesterday I created an express connect account with a link with the API with this request :

#

but now i'm trying to create a custom account and I have this error :

#

I have the impression that there are a lot of strict rules with French accounts, I've been stuck on this feature for several days ๐Ÿ˜ฎโ€๐Ÿ’จ

valid yacht
#

Yup, there are some additional concerns to handle there. Where are you stumbling with the Account Token flow?

sinful bramble
#

Have I to create the account token on the React JS webapp ? I created a temporary PHP script to create the connect account, is this possible to create the account token on this PHP script ?

valid yacht
#

No, as explained in the guide, you must create the tokens client-side. I see our guide is mostly for doing this directly with stripe.js rather than our react-stripe-js library.
How far did you get with the react flow, what problems are you running into?

sinful bramble
#

I just created a custom account with my PHP script :

#

now my connect account is created :

#

and when I create an external account with this account on my app, there is no more error :

#

But on the dashboard, where can I see my new external account ?

valid yacht
#

We focus on the API in this forum, so I'm not as familiar with the dashboard side of the flows, but I'm pretty sure you should be able to see it when you navigate to that Connected Account in your dashboard.