#zzking
1 messages · Page 1 of 1 (latest)
Are you using direct charge or destination charge?
what's the difference if I may ask ?
When we create the actual paymentIntent: we set the "destination" param within "transfer_data" to be the customer's connected account, and we also set "on_behalf_of" to be the customer's connected account, so I assume it's the "destination charge" ?
OK, so you are using destination charge.
cool, so I guess in this case, we do NOT need any "on_behalf_of" when creating setupIntent ? Coz there is no payment yet happening when the setupIntent is created.
I don't think you need to set it if you are going to use the same payment method to create charges in various connected accounts
nice, I tested it against Stripe with the 3DS required card (4000002500003155) since we have customers in Europe , it seemed to work properly with multiple connected accounts.
I"m asking mainly to confirm
thanks !
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!