#SamZ
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
When creating an intent payment should i use on_behalf_of or transfer_data knowing that i want to take a fee on every transaction ?
Not sure how to answer that, those things are not mutually exclusive(i.e. it's not an "or" question). You can check https://stripe.com/docs/connect/destination-charges#settlement-merchant for what addingon_behalf_ofto the request does.
Ok after checking that it seems that on_behalf_of is not available for custom account as recipient. Can you confirm that ?
yes
the point of the receipient agreement is the connected account is not processing charges, which is why there are less KYC requirements and accounts in more countries can be supported
if you onboard the account with the card_payments capability (available in countries where we support Stripe accounts in general) then it can use on_behalf_of
Got it ! Thank you