#victor-connexion

1 messages · Page 1 of 1 (latest)

eager moat
#

Hi, the error is pretty self-explanatory 🙂 The Payment Method you collected belongs to the Platform, but you are attempting to use it in the Connected Account via a Direct Charge

opal mulch
#

is it possible to collect payment method for connected account using stripe.checkout.sessions.create ?

#

and how?

eager moat
#

You simple use the same stripeAccount header on the request to create the CheckoutSession

opal mulch
#

thanks , will check it out

opal mulch
#

@eager moat , is it possible to use the collected payment method via stripe.checkout.sessions.create for both platform and connect account?

or is it possible to duplicate the customer or payment method between platform and connect account ?

I don't want to collect payment method twice from customer

eager moat
#

You would need to use a process called "clone payment method"

#

You will collect on Platform and can clone payment method over the connected account

#

But it's for some special use case. For direct charge you can simply create the Customer in the connected account