#cole-caccamise_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/1362063421729931516
๐ 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.
- cole-caccamise_api, 6 days ago, 7 messages
Hi ๐ taking a look. I haven't personally tried that component out, so it may take me a moment to get my bearings here.
Hm, so if you omit setFinancialAccount, do you then see all of the available Financial Accounts that you're expecting?
if I omit it, it shows this error. the use case we have is we have a page that displays the balance and transactions for a single financial account. what I expected was setting the ID shows the balance for the financial account i care about (which works fine), but that we could somehow say we want the ability to transfer to other financial accounts (either all of them or specifying ids)
Ah, yeah, I can see why you don't like that error ๐
What are the IDs of the other Financial Accounts you expect to see and be able to interact with?
this page is showing fa_1R9wuPPKp9DBmtEGU9mpfzCp. there's another financial account fa_1RC4LnPKp9DBmtEGzCiL7cSQ that belongs to the same connected account acct_1R9WiqPKp9DBmtEG. there is one other open account fa_1R9wWwPKp9DBmtEGdlpaXmlu under the connected account.
Ideally we could specify specific fa_ids that are options alongside any external accounts that are added, but if every financial accuont was shown that is fine.
Looking at the create outbound payment request I can specify financial_account (the one this page is for) and a destination_payment_method_data.financial_account to directly send money to another account. I'm assuming it's only possible to do this through the API?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi taking over as toby has to step away. Give me a bit to catch up
Ok so just so I understand, you see your external bank accounts in the To section, but you also want to know if there's a way to display treasury financial connections accounts in that list as well?
Yes, right now I can select a financial account in the from section and it shows all connected external accounts. I can also select an external account in the from section and it only shows the current financial account in to To section.
I want to either:
- specify the other financial accounts that show in the
to - show all financial accounts under the connected account
Gotcha. I suspect that's not supported, but I'm not sure off-hand
Let me see if a colleague knows. If not, I think you'll have to ask our support team so it gets escalated to the right folks
So my colleague said that they believe this component only supports Outbound Transfers (ie to external accounts) not Outbound Payments (which support financial accounts)
But they weren't 100% sure.
You can write in to support for confirmation: https://support.stripe.com/contact
thanks, appreciate it
Ah so I did hear back from the owning team on this too
They said:
to the Send Money (instead of Transfer Money) flow, they can do OBPs. It requires a routing and account number though, rather than letting you select an FA. FAs do have routing/account numbers though,
So selecting Financial Account in the component isn't supported rn