#SamZ

1 messages · Page 1 of 1 (latest)

modern lagoonBOT
#

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.

  • SamZ, 1 day ago, 8 messages
  • SamZ, 2 days ago, 9 messages
  • SamZ, 2 days ago, 7 messages
  • SamZ, 3 days ago, 13 messages
obsidian kraken
#

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 adding on_behalf_of to the request does.

lyric silo
#

Ok after checking that it seems that on_behalf_of is not available for custom account as recipient. Can you confirm that ?

obsidian kraken
#

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

lyric silo
#

Got it ! Thank you