#erik-connect-currency
1 messages · Page 1 of 1 (latest)
Hi 👋
Not with Direct Charges, no. All objects involved need to exist on the Connected Account.
Hmm ok.
Does on_behalf_of work between different regions?
I'm not sure what you mean by that
If I have connected accounts in europe and usa. Will on_behalf_of still work the same way and FX handled just between the user and the connected account
For a direct charge the Connected Account is the merchant of record already
Does on_behalf_of work the same way?
So there will not be an fx fee between the customer and my platform, and then one from my platform to the connected account?
No, because the charge occurs on the Connected Account in their presentment currency
Thanks.
When creating a payment intent with on_behalf_token. Should I set the currency to that of the connected account?
Or my platform
@winged hedge the currency in this case is what you charge the end customer in, the person paying, so that's how you choose usually
https://stripe.com/docs/connect/currencies is a good first read
erik-connect-currency
Ok thanks.
When using on_behalf_of. The payment goes straight to the connected account and the only amount that end up in my platform is if I decide to take platform fee?
well you pay the Stripe fee too so you do need to keep some money to cover this too
Yes, I understand that
How does it work with having customers for each connected account.
In my platform users can pick different charities and pay whatever amount they want to them.
But keeping track of all of the customer ids does become quite bothersome.
Is there really no way to center a customers payment around the one that I have in my own platform when using direct charges?
What type of connected account are you using?
I've not decided yet. Standard or Express
I think I'm a bit confused about what on_behalf_of actaully do. I thought that it would automatically make it so that the payment goes straight to the connected account. But it seems to make this happen I also need to provide the transfer_data.destination information to actually send the funds to the connected account. Is that true?
https://stripe.com/docs/connect/destination-charges#settlement-merchant that's what on_behalf_of does. And yes usually you set both on_behalf_of and transfer_data.destination to the same id
There's one thing I need to understand. Sorry If I slow with this.
using on_behalf_of create this payment flow.
- user with card using EUR currency getting charged
- the charge is made to the connected account as merchant and so there's a FX between these.
The FX conversion fee from stripe is 2% in this case?
yes