#GazalaM
1 messages · Page 1 of 1 (latest)
- AFAIK no, you can double check with Stripe Support at https://support.stripe.com/contact
transfer_data[destination]is to specify that its a destination charge, while on_behalf_of is to make the connected account is the merchant settlement of the transaction:
https://stripe.com/docs/connect/destination-charges#:~:text=When you use on_behalf_of%3A
For example, assuming you have a platform account that is accepting € charges, and a connect account that is accepting another currency....if you specify justtransfer_data[destination]then a € destination charge will be created, and if you add the on_bhalf_of the charge will be created using the connected account currency
Thanks! So on_behalf_of is meant to be used only if transfer_data[destination] is set?