#Glutch
1 messages · Page 1 of 1 (latest)
Hello again Rubeus!
👋 Can you provide more details? Send money directly to a connected account from where?
im not sure i understand your question haha
i have a bunch of accounts connected to my platform in the "connect" tab, i just want to send someone money
Right. Where's the money coming from?
It sounds like you probably want separate charges and transfers: https://stripe.com/docs/connect/charges-transfers
But it's hard to say for sure without knowing more about your use case. How did the money get into your Stripe balance?
this is the text i see while hovering "add funds" on a connect account
Yeah, you can't do cross-border Transfers generally.
Can you tell me what you're trying to build at a high level so I can give you better recommendations?
im basically creating an affiliate system
(what i want to achieve)
an item gets sold, if billgates was the referrer, ill add that to the checkout metadata, once a month, i run through all payments and send billgates his cut, 10% per item for example
so i need to be able to send money to anyone that is connected to my stripe account
Yeah, sounds like you want separate charges and transfers then, but you need to read about the limitations on cross-border transfers: https://stripe.com/docs/connect/account-capabilities#transfers-cross-border
So what do i need to do to send money from EU to US?
That's explained in the docs I just linked to. You would need to create a Stripe account in the US to handle that (and you may also need to create a legal entity in the US to back the Stripe account).
this is not needed when using on_behalf_of?
Not sure I understand what you mean. on_behalf_of specifies the merchant of record for a transaction and is somewhat tangential to the current topic.
I recommend you reach out to Stripe support with a detailed explanation of your use case, the countries involved, and the funds flows you want. They'll be able to give you a much better idea of what your options are: https://support.stripe.com/contact/email
This Discord server is focused on developers and technical matters; we're not as good as support at legal and regulatory questions like this one.