#naeem-ullah-khan_docs
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1349677246595465236
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
For US Platforms working with Connected Accounts in other countries, you have to use our Cross-border payouts flow:
https://docs.stripe.com/connect/cross-border-payouts
You'll need to create your Connected Accounts using the recipient service agreement:
https://docs.stripe.com/connect/service-agreement-types#choosing-type
And ensure you're using one of the fund flows listed in the Fund flow restrictions section of the first doc I linked to.
Apologies, I just noticed while rereading your question that you said "an application on each payout". Can you clarify whether you did mean each Payout there, or are you wanting to collect an application fee for each payment?
Yeah sorry, I mean each payment. Like when a user joins that paid community we create a subscription for the user for upcoming months and inside the subscription api we set an application fee percent which collects a percentage of the amount
Ah, yup, the cross-border payout flow should do the trick then. Let me know if it doesn't though.
Alright will look into it. Thank you