#dannyboy-connect
1 messages · Page 1 of 1 (latest)
no you can't. If you want to transfer to multiple connected account, you would want Separated Charge and Transfer flow instead: https://stripe.com/docs/connect/charges-transfers
okay.. so we are using confirm: true when creating a PaymentIntent.. then i assume that if the status is succeeded , that's the only time we can call Stripe::Transfer
Yes, only after succeed confirmation
transfer_group: '{ORDER10}',
so,, it seems i need to create TransferGroup first before creating PaymentIntent?
or else, where should i get that value
It's just a string value. You can specify any value when you create the PaymentIntent