#_nerder
1 messages · Page 1 of 1 (latest)
I don't understand the difference between doing this: https://stripe.com/docs/connect/cloning-customers-across-accounts
The first one (via tokens) is just our legacy flow to achieve the same thing basically
You use payment methods in your integration I assume (pm_123 ID's)?
Unless your integration is still using tokens
But the advantage of the first is that it also create the customer in one go right?
But sounds like you have our latest recommended flow
Nono I'm building it from scratch now
Use payment methods then
But my understanding is that the customer need to be there (in the connected account) before I order to create the setup intent right?
I mean the customer id in the payment_method.create call is from the connected account not the platform right?
No that's from the platform
It should from what I rememeber. Recommend giving it a go in test mode
Yep, I also need to check what happens when i create more then one customer with the same Id then
What do you mean?