#mudassir_api
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/1301109748900560906
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- mudassir_api, 1 day ago, 80 messages
hello we are charging customer throught stripe invocing and money is going on connect accounts. now after order gets deliever we want to charge our connect account with 20 percent of their order earning there is no stripe way to charge connect account
Hi, let me help you with this.
There's limited ways to debit your Connected account. But it's recommended to specify the application_fee_amount when you actually make the Charge, or the Transfer.
thanks our use case is we are collecting payments from customer via stripe invoice and we charge 5 percent platform fee to customer and connect account receive rest of the amount. now after providing service we need to charge our connect account with 20 percent of order amount but we unable to do that. We dont want to receive connect account comission before providing service
charge ( means capturing funds from customer) we want to receive platform fee from customer at this stage. rest money come to connect account. now after connect account provide the service we want to receive 20 percent as our comission. hence we have manual payouts we are sure the funds are in connect accounts
I understand. But in most cases you won't be able to debit the connected account. Instead, I recommend you to keep the 20% on your Platform until the service is provided, and in case you end up choosing not to charge it (e.g. the service wasn't provided), you can easily Transfer it to the Connected account.
actually we not want to hold 20 percent until service is done. we create invoices for connect account and platform fee. 5 percent platform that we receive from customer payment. If the service is provided we want to receive from connect account under transfer or debit.
it shows we can have debit on connect how can we do but when we try to do Cannot create account debit on this account; please contact us via https://support.stripe.com/contact with details for assistance.
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Could you please share the Request ID with the error req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
One of the problems is that the accounts are not in the same region: https://docs.stripe.com/connect/account-debits#requirements
mean platform account and connect account must be in same region ?
is this is the only issue ?
I assume EUR is also not the default currency of the Connected account - it's US-based. That's also an issue
can we restrict connects on onboarding to use default currency as euro or not ?
if we can restrict then we can only be able to debit connects
They will need to be in the same region anyway - US or EU, so they will have the respective default currency.
ok but u said debit most cases not work so this is not good solution
Yes, as I suggested initially, it's better to hold off the funds on the Platform, until you're ready to Transfer.
let me discuss this with my team but we have requirement to get funds after order deliever
but same region can solve this issue
Yes, cross-border transfers have specific requirements and are mostly restricted to the same regions: https://docs.stripe.com/connect/account-capabilities#transfers-cross-border
does restriction can be lifted ?
is it possible we can change the region for connect account under testing to test it can work or not ?
No you generally need a platform account/entity in the same region as your connected accounts
so if we just want to create european it will work for uk as well ? as that is not part of europe now
as currently only see eur and usd
our platform account is in germany it will work for all european for transfers ?
Moving money across country borders introduces additional requirements and is supported in the following scenarios only:
- European Union, United Kingdom, and Gibraltar platforms sending funds to SEPA countries.
Seems that way
ok but i hope with same region no issue
if there could be any issue then let me know ?
I think the docs outline this quite clearly โ if you have a platform based in EU or UK then you can send funds to accounts based in SEPA countries
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.