#wally648
1 messages ยท Page 1 of 1 (latest)
HI ๐
No, these two options do not interact in that way
It is perfectly normal to set both transfer destination as well as on_behalf_of
Here is an example request. "{
"statement_descriptor_suffix": "xxx",
"application_fee_amount": "3687",
"transfer_data": {
"destination": "acct_xxxx"
},
"currency": "CAD",
"customer": "cus_xxx",
"source": "card_xxx",
"on_behalf_of": "acct_xxxx",
"amount": "123687"
}"
ah ok
Yes we specify using on_behalf_of wiht Destination charges here: https://stripe.com/docs/connect/destination-charges#settlement-merchant
ok thanks ๐