#adventurous_dove_77866
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- adventurous_dove_77866, 14 hours ago, 3 messages
hello! depends on the fund flow that you're going to use - are you using Direct Charges or Destination Charges or Separate Charges and Transfers? https://stripe.com/docs/connect/charges#types
direct charges
for Direct Charges, typically you'll collect the payment method on the platform account, and then clone the PaymentMethod to the relevant connected account for use : https://stripe.com/docs/payments/payment-methods/connect#cloning-payment-methods
so dev wise, I will need to create a migration code, that:
- will go over the payment methods,
- clone them to the connected account
and then the use will be only with the connected account? the individual account will be finally deprecated?
are you going to create a new Stripe account for your partners or reuse their existing one?