#xfechx-xborder-connect
1 messages · Page 1 of 1 (latest)
How to enable a CA platform to send funds to a AU connected account
(standard connected account)
how to enable the transfers
I am able to do this with AU -> AU accounts
but not CA -> AU accounts
``
transfers_not_allowed
Funds can't be sent to accounts located in AU because it's restricted outside of your platform's region; please contact us via https://support.stripe.com/contact for details.
Was this useful?
Yes
No``
i just spoke to a support person and they said yes
so please get the info consistent accross your support people
otherwise it is a waste of our time
(everyone)
Yup, sorry about that. But it's clearly stated in the documentation there
You'd need a AU account to enable that flow of funds
i have a AU account
i think you didnt read properly
can you go back and read the question again please
I did, you want to transfer from a CA platform to an AU connected account
It's not possible
You can only transfer to an AU connected account from an AU platform
how to send funds then, if not via transfer?
You'd need to onboard those AU accounts to an AU platform
can the AU platform do direct debit to a CA connected account?
They cannot, no
Moving money across country borders introduces additional requirements and is only supported in the following scenarios:
- EU platforms sending funds to SEPA countries, other than the United Kingdom (GB).
- US platforms sending funds to cross-border payouts destinations using a recipient service agreement.
If you’re not covered by these scenarios, create a platform account in that same region and onboard accounts to that account. Depending on your business structure, this might require creating a legal entity in that region and additional work to onboard users to the new platform account.
https://stripe.com/docs/connect/account-capabilities#transfers-cross-border
I do not have a business in Canada though
is it still possible to create a canadian Stripe account?
without a registered business there?
Generally you need a business entity in the locality of your Stripe account, yes
What about destination charges?
What are you actually trying to do?
transfer funds from a CA to AU account
or charge the CA from the AU account
receive app fees to AU account, from a CA account
You can't do cross-border transfers and you can't do account debits cross-border either
I have, in the past
collected fees from a connected MX account to a AU platform
so I don't think that is true
I think we need to speak to someone else
What is 'collected fees' in that instance?
You can do that with destination charges, sure
I didn't say no. I said you can't do cross-border transfers or cross-border account debits
I asked about destination charges, I am able to do this for cross-border accounts yes?
A destination charge is completely separate
here
ok, for a destination charge a customer card needs to be present , right?
I see that, yep. But then you mentioned transfers again which is a completely separate
To confirm, you have an AU platform right?
You should be able to do destination charges with OBO from your AU platform with a CA connected account, yep
OBO ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
can this be asynchronous?
What do you mean by asynchronous? In what regard?
Like not instantly when the charge is made, but afterwards
the transfer can be done later but you have to decide on the on_behalf_of at the time of creating the payment
ok, I just want to triple check that I am not able to do transfers between AU -> CA and viceversa
only with a US account, correct?
only with US account I could do intl. transfers (xborder-transfer) ?
because a person in the support chat confirmed it was possible
yes
that's the second bullet point in the doc screenshot above
can I open a US account if I don't live there?
you need a legal entity to be able to activate the account and go live with it
maybe you could look into Stripe Atlas
can I use Atlas with a pre-existing Stripe account? it is asking me again for email and pswd
and my current stripe account already has many sub accounts in Stripe
as in admin access
ok, so I provide an app to a customer based in Canada, and the app takes fees per transaction, in some scenarios it collects fees and sends them to a connected account when balance.available. In this case I will need to charge my client's card when balance.available depending on the saved fees. How can I catch the Specific error for when a transfer is not allowed?
you could use a try/catch and look for the transfers_not_allowed error code