#mike-j_api

1 messages ¡ Page 1 of 1 (latest)

peak pecanBOT
#

👋 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/1305894058694283378

📝 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.

ebon oar
#

Specificaly to what endpoint(s) are you passing a currency parameter? Payments? Payouts?

#

If you've an example of a request then pleae share the ID

runic dirge
#

OIK, sorry - I assumed it would be a general thing, Hang on...

#

But basically anything that deal with money. Payments, transfers etc. How about py_1QK8xKCOcceeX0P6FId7EwRd

ebon oar
#

OK, so creating a Transfer to another Stripe account balance: https://dashboard.stripe.com/test/logs/req_3q1XF8eX20Eiqc

Unfortunately the currency parameter is required for that endpoint

runic dirge
#

Ok, so I'll need to get the account it's going to first to determine the currency they use?

ebon oar
#

Hmm, not necessarily. Most Stripe account can accumulate balances in multiple currencies, and I believe we'll do FX on the transfer if it's an unsupported currency

runic dirge
#

Oh, ok, so if we want to assume a default currency, it's the sort of thing we need to store about the recipient ourselves, outside of stripe? (Well, unless we add it to the recipient account's metadata, I suppose?)

ebon oar
runic dirge
#

OK, cool - thanks for those