#amit_02785
1 messages · Page 1 of 1 (latest)
Hello there
You can only use a Customer on the account that the Customer exists on. However, you can clone their PaymentMethod to the Conected Accounts so you don't have to recollect it. See: https://stripe.com/docs/payments/payment-methods/connect#cloning-payment-methods
But,
During subscription creation need to attach customer_Id.
There I'm getting errors no such customer.
@cyan narwhal
Patience please. I'm helping multiple folks at once
So you don't clone Customer objects
You re-create them
You would clone the PaymentMethod to the Connected Account, create a new Customer object on that account to attach the PaymentMethod to that Customer, then create the Subscription with that Customer on the Connected Account
So, we need to create new customer for every new connected account?
Yes
Is there no any way to create customer. and we can use for every connected account?