#autiii43
1 messages ยท Page 1 of 1 (latest)
Hi ๐ I don't think external accounts require microdeposit verification, are you seeing something that is giving you a different impression?
One sec let me find the log ID, when trying to top up a connected accounts issuing balance it errors with "requires a verified bank account"
req_l6GEoOCpa64Xk5
on connected account acct_1Nct4ECKBqb5ozFj
Oohh, an Issuing top-up.
thats just one, we have like 10+ accounts with this issue. its if you connect a bank via the "manually enter details" on the financial connections modal
support keeps sending me here: https://stripe.com/docs/issuing/connect/funding
which states to just "verify it with micro deposits" but that option doesnt exist in the node sdk or web portal for an external account
Hello! I'm taking over and catching up...
Did you create a Source after creating the Token?
source is ba_1Nct8FCKBqb5ozFjgWQStlpY
we send payouts to their bank daily in this case
No, did you create a Source as shown in the second code snippet here? https://stripe.com/docs/issuing/connect/funding#creating-the-token-and-source
Code is >12 months old so if I need to update it let me know but I would assume the plaidClient.createStripeToken and thenstripe.accounts.createExternalAccount method would do it
Do I need to change the external account to be a source?
Yeah, you need to follow the steps in the docs I linked to to make this work.
There are extra steps you are not doing, and I don't think Plaid is compatible with this flow either.
from these docs it says plaid is
To clarify, is your Stripe account in the US?
yes it is
Where do you see the word "Plaid" on that page?
Ah, that is not what I see. I think your account has access to a special private feature of some kind.
This is what I/the public see on that page:
You need to contact Stripe support for help with non-public features: https://support.stripe.com/contact/email
I've been trying trust me they just keep sending me to this page for almost a month straight with no actual help so I figured I'd reach out here
Seems odd i'd have to create a customer on my own platform account and then connect a source to it to pay out for a connected account tbh
I'm a bit confused given this information though... Plaid is one way to verify a bank account, and microdeposits are another way. If you're using Plaid you shouldn't need to use microdeposits or vice-versa.
The issue is only with accounts who use regional banks that dont have support for plaid/stripe's automatic verification flow
Ah, okay, so microdeposits would be required then.
So in this public implementation (that you are seeing), would the created source also work for payouts or only pull funding
It should work for both.
Not sure if you can push funds to a source like that, I would asssume not
Oh ok I will give that a shot then
Do you mind keeping this open for 5 minutes for me
Yep, we typically close idle threads after about 15โ20 minutes, so five minutes should be fine. ๐
got it, src_1OC8LO2HYio6TkGSY15yIPnw is verified
now on my platform, if i wanted to show this to my user, how would I pull this? Or I need to store it in my DB
the source itself since its not listed under external accounts
also you cannot payout to this bank i just tried it
topups do work
Can you show me the request you made to try to payout to it?
req_akyx7iWmOT4wou in test mode
That request was made on your platform and didn't involve the connected account.
That Source doesn't exist on your platform account.
Hm, interesting. And you can't add it as the Custom account's external account?
Can you create an external account out of a source? If so I skipped that step
When I try i get message: "'source' is not a supported external account object.",
I'm actually wondering if you can create it using the same Token you created the Source from, but that might not work.
That Token might be one-time-use.
I always come here with the questions no one can answer haha
One day I'll get a job at stripe
If you can't attach the Token as an external account then yeah, storing this info/keeping track of it on your end would be best.
So you can't payout to the same object that you topup from if its microdeposit verified
so in this case users will have to add it once for topups and once for payouts
You might want to collect their bank details and then create the two for them.
Instead of asking for their details twice.
yeah I am only worried about banking compliance and storing that data on our own server but i get the gist
thank you!
Happy to help!
you were very helpful if you have a manager tell them you were awesome