#mitsu_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/1441258981434855506
📝 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.
- mitsu_code, 17 hours ago, 46 messages
I have added a lot of EUR, but I don’t see any EUR in my balance. How can I transfer EUR now?
Hi @rain ledge when creating a transfer, you can only specify the currency where you have sufficient balance (i.e., jpy), and Striep will automatically convert to the settlement currency (i.e., eur) of the destination account
In my Taku system, buyers check out in EUR, so when the platform transfers money to the seller, it is also in EUR
My platform is in Japan (JP).
How can I transfer EUR to the seller?
Unfortunately JP isn't one of the countries that support multi-currency settlement (https://docs.stripe.com/payouts/multicurrency-settlement) , so the EUR payments will be converted to JPY in your balance https://docs.stripe.com/currencies#:~:text=If the charge currency differs from your settlement currency%2C Stripe converts the charge to your settlement currency%2C
For example. https://dashboard.stripe.com/acct_1MgeedKSVjwCWErT/test/payments/pi_3SVkUNKSVjwCWErT0nPAAxXv was paid in EUR, and it's then converted to JPY and arrive in your balance.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
So does that mean a JP platform can’t transfer EUR, and has to convert EUR to JPY first and then call the transfers.create API, right?
Is there any way to automatically convert EUR to JPY?
Yes you are right, and it's automatically conveted, if you take a look at the example that I shared earlier
In the example you mentioned, where at checkout Stripe automatically converts to JPY, that’s correct, I understand.
So if I want to call transfers.create for 100 EUR, what formula should I use to convert it to JPY to send to the transfers.create API?
Ok, you can use the FX Quote API to calculate the exact JPY amount equivalent to 100 EUR https://docs.stripe.com/payments/currencies/localize-prices/fx-quotes-api?locale=en-GB
When I create a Checkout Session for 99.95 USD, it succeeds, but the amount is automatically converted to JPY.
Does the money not get added to my USD balance?
How can I stop it from being automatically converted to JPY?
https://dashboard.stripe.com/acct_1MgeedKSVjwCWErT/test/payments/pi_3SVlSaKSVjwCWErT1JaPo9Sh
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
In the balance, how can I convert JPY to USD?