#MaëlDant
1 messages · Page 1 of 1 (latest)
my country is FR
Looking in our docs, I think we have a page that tries to predict requirements. Otherwise if you create an FR account in test mode, it will show all the capability requirements that a live mode account would need https://stripe.com/docs/connect/account-capabilities
Looks like we only have the page for Custom accounts, creating a test mode Express account will be the best way to see what requirements are needed here https://stripe.com/docs/connect/required-verification-information
So we can't receive a paiement without external_account ?
Yes, an external account is the place that we send your funds to, so we need one to know where to send them
and is not possible to send on the balance ?
Not quite sure what you mean there, can you explain what you want to do there a bit more?
I have lot customer who sell products on my plateform. Now, I create an express connect account for each customer automatically with the api. And when an user buy a product, the fund is send on the customer balance. The customer can retrieve them after by the external account (like vinted)
Yes, that is how payouts should work. You create and Account for each merchant, when they take a payment funds go to their account balance, and Stripe will pay out that balance to their external account
Yes and i want that the paiement is enable without external account. That the pay out is doing later when the merchant complet the external account
Is possible ?
I believe so, as long as the transfers capability is enabled you should be able to send money to them
You can test this in test mode by creating an express account, getting it enabled for transfers but not payouts, and trying to make a transfer to it
But if i do a transfert, the price of the product is create on my account and not his account ?
Correct, when doing separate charges and transfers, the product and price objects should exist on your platform
ok thanks