#lukeky-ach-test
1 messages · Page 1 of 1 (latest)
you would just use incorrect value and verify it a few times
like 1,2 and then repeat the verif each time until it fails too many times
but I'm looking for the case where the deposits fail to transfer to the bank
not that they enter the amounts incorrectly
but it ends up in the same state as failing the micro deposits too many times right?
🤷♂️
You tell me 😂
the documentation isn't clear
just wasn't sure if there was another webhook that we might receive
I don't think so. Sorry those flows are quite old and we're rebulding them so I don't know them as deeply
is there any resource I could consult to get clarity?
Really the easiest option is to try what I just recommended, what happens if you verify it incorrectly multiple times. Do you get the state you want verification_failed or do you get errored?
again, I don't know what the state is when the deposit fails
is there a way to get errored?
https://stripe.com/docs/api/customer_bank_accounts/object#customer_bank_account_object-status
If the verification failed for any reason, such as microdeposit failure, the status will be verification_failed. If a transfer sent to this bank account fails, we’ll set the status to errored and will not continue to send transfers until the bank details are updated.