#thehollytoats_connect-special-fees
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/1379122224807547022
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ can you elaborate on what you mean by micropayment or microtransaction?
Hi, microtransaction.
So I have conenct platform in Australia and we have stripe microtransaction rate (below 15 AUD), which is lower than the normal stripe rate for above 15 AUD.
It works well with connected account that is in the same country (Australia), but when I created test connected account in UK and the USA, the rate is really high.
for example, for 1 USD transaction, the US connected account transaction will be charged by Stripe 34cents (34 cents) + tax 3 cents for total 37cents
By the way, the right terminology might be micropayment ๐
Oh, you're talking about the Stripe fees that you pay? Unfortunately, that isn't something we're too familiar with here if your account was put on a special pricing plan. You may need to speak with our Support team regarding this matter, as they're more familiar with account-specific fee structures than we are.
https://support.stripe.com/?contact=true
The only thing standing out to me from the code you shared, is that you're using on_behalf_of, which is typically used with a Destination Charge (or Separate Charges and Transfers) style flow and is expected to cause the Connected Account's pricing structure for Stripe fees to be used instead of the Platform's:
https://docs.stripe.com/connect/destination-charges?platform=web&ui=stripe-hosted#settlement-merchant
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.
I understand, I will contact them.
But back to the code, what is the typical code to handle this situation, where my plaltform is in one country and my connected account in multiple other countries/region?
Hello ๐
I'm stepping in as my colleague needs to go
what is the typical code to handle this situation, where my plaltform is in one country and my connected account in multiple other countries/region?
This depends on what you are trying to do. It is not clear to me currently what that is
So I have a special rate for my platform. This platform is opened in Australia.
My connected accounts are in different countries.
- the connected account in Australia works well, the stripe transaction fee is as expected.
- the connected account in UK, the stripe trasaction fee is very high.
I cannot provide guidance on how best to achieve "special rates" because I am unaware of what influences them
No problem. I'll ask the pricing dept how on this.
Thank you.
Happy to shed what ๐ก I can ๐