#artem.d
1 messages · Page 1 of 1 (latest)
Hey there
Let me take a look
So let's back up a moment. You are looking to allow your users to fund your financial connections account, correct?
Yes, something like that
Not to financial connections account, but to external bank account linked via financial connections. Ii is not the same, isn't it?
Does a simple retrieve call to the Financial Accounts API not get you the account object and all this info? https://stripe.com/docs/api/financial_connections/accounts/retrieve
The only thing that doesn't get surfaced is the account number (which is intentional)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
What means intentional here? Sorry for question, I'm not from USA. Are details provided by url above enough for international wire transfer?
We don't support wires for this use-case unfortunately. "Intentional" means that we chose not to show the account number for security reasons.
OK, thanks. So, there is no way to solve this problem using financial connections? I mean making wires and at the same time pulling transactions?
No, unfortunately not