#autiii-issuing-topup
1 messages · Page 1 of 1 (latest)
Hello
If the validation/verification has been performed on the external account then the account status should be verified
Can you share any examples where the status isn't changing even after verification?
Perhaps I have this wrong, is there a way to perform a mircro deposit verification on a connected accounts payout bank account (external account)?
Afaik by reading the docs, there is not
All i see is Note that there often isn’t enough information to know (e.g., for smaller credit unions), and the validation is not always run, but no api to run a microdeposit check against a non-customer bank
const bankAccount = stripe.customers.verifySource(
'cus_AFGbOSiITuJVDs',
'ba_17SHwa2eZvKYlo2CUx7nphbZ',
{
amounts: [32, 45],
}
);
from stripe's example docs, verifying a bank requires a customer object, which a connected account does not have
just some more docs in case it helps
Looking..
I am not seeing a way to do microdeposit verification for external accounts unfortunately
ok so these smaller credit unions just can't top up? seems like an oversight?
Double checking to make sure..
You're using custom connected accounts right?
I checked if Financial Connections allowed microdeposit verification as fallback but it also only offers that for customer payment methods (ACH Debits)
So yeah, looks like this isn't something that's supported today.
Also taking a step back
You don't really topup custom accounts. You can topup platform account and then transfer to the connected account
Ok so for example if I wanted to add issuing balance to my connected accounts, how would I do that?
I can't debit their banks since they aren't verified, my only option would be to withdraw it from their next payout, which involves a credit risk for whatever amount they take out
What type of connected accounts are you working with?
custom yeah
but even with custom each connected account has their own issuing_balance
Have you looked into account debits?
https://stripe.com/docs/connect/account-debits
That should work thank you
👍
can i debit a non verified bank?
Avoid setbacks by verifying the bank for the connected account before using Account Debits.
which links back to plaid verification...
i think i run into the same issue here since you cant debit an unverified bank
I think you should be able to as that's what a lot of merchants rely on
for pulling funds from connected accounts
I don't think account debits would work for a flow like this
@marble dagger I'd recommend contacting our support team to chat about your exact business model here. This seems really strange to me that each individual connected account would topup their own balance this way and I'm sure our support team can help you figure out the best path forward