#Drogukan-subs-.net
1 messages · Page 1 of 1 (latest)
I am integrating subscription to my project. I am currently using connect. I wanna split subscription amount between two connected account. While creating subscription object, I should use charges split the amount i got it but how can i split subscription amount every month?
What type of Connected Accounts are you using?
express
And are they in the same region as your platform?
Are both platform and Connected Accounts in the US, for example?
Yes, two connected accounts like partnership between a person and a agency
My main account in England, but agency and person could be in US
Okay then this won't work.
You'll need to use Separate Charges and Transfers for what you are trying to accomplish: https://stripe.com/docs/connect/charges-transfers
To do that, the accounts have to be in the same region.
Otherwise you run into cross border fund flow regulation issues.
We can't transfer funds from UK --> US in the manner you are asking due to these regulations.
So you would have to pursue a 1 to 1 relationship if you are going to have a UK platform with US connected accounts
How can i do that ?
You would use either Destination Charges with on_behalf_of : https://stripe.com/docs/connect/destination-charges
Oh sorry, you stated you want to use Subscriptions, right?
Okay so Subscriptions + on_behalf_of (which is required in order to be able to create Subscriptions for a UK platform and a US Connected Account) isn't supported out of the box.
If you want to pursue this flow, then you would need to reach out to our Support team (https://support.stripe.com/contact/login) and ask if this can be enabled for your account.
First thing though would be to read the above guide about how destination charges work, and determine if that is fitting for your use-case.
Ok i got it thanks, have a good day!
👍