#GazalaM

1 messages · Page 1 of 1 (latest)

wild prawnBOT
primal kindle
#
  1. AFAIK no, you can double check with Stripe Support at https://support.stripe.com/contact
  2. 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 just transfer_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
fringe cliff
#

Thanks! So on_behalf_of is meant to be used only if transfer_data[destination] is set?