skip to Main Content

I have a Stripe Account for my Mobile Application and i what to create an a connected Account for test as it is the Seller’s account.
The Seller is a user that shares a service or products’ on our Marketplace but i face this error on Stripe dashboard:Stripe Dashboard Screenshot
Due to regulations in France, you can only create connected accounts using Stripe-hosted onboarding.

I am trying to create a Connected Account for Testing.

2

Answers


  1. Depending on which type of Stripe accounts you’re trying to create there are several steps to follow. First try to choose between the different types by reading this doc. Then depending on the type you chose you can follow one of the following guides:

    Login or Signup to reply.
  2. Stripe has two ways to onboard connected accounts of each type:

    • Standard / Express have Account Links and Oauth.
    • Custom have Account Links and custom onboarding.

    If your Platform is FR, then you cannot create Custom accounts using Account Links. You have to use custom onboarding using Account Tokens:
    https://stripe.com/docs/connect/account-tokens

    If you try to create a Custom account using Account Links, you should get this error:
    Connect platforms based in FR must create Custom accounts via account tokens. For documentation on account tokens, see https://stripe.com/docs/connect/account-tokens

    That said, if you’re creating Standard / Express accounts, you’re not limited.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search