#MaëlDant

1 messages · Page 1 of 1 (latest)

slim domeBOT
spice jungle
#

my country is FR

pale marsh
#

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

spice jungle
#

So we can't receive a paiement without external_account ?

pale marsh
#

Yes, an external account is the place that we send your funds to, so we need one to know where to send them

spice jungle
#

and is not possible to send on the balance ?

pale marsh
#

Not quite sure what you mean there, can you explain what you want to do there a bit more?

spice jungle
#

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)

pale marsh
#

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

spice jungle
#

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 ?

pale marsh
#

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

spice jungle
#

But if i do a transfert, the price of the product is create on my account and not his account ?

pale marsh
#

Correct, when doing separate charges and transfers, the product and price objects should exist on your platform

spice jungle
#

ok thanks