#lucasgerroir - PAD Payments
1 messages · Page 1 of 1 (latest)
Hello! stripe.confirmAcssDebitPayment will attempt to instantly verify the bank account, but if that's not possible micro-deposits must be used instead. There are specific details about this here: https://stripe.com/docs/payments/acss-debit/accept-a-payment?platform=web#web-verify-with-microdeposits
If micro-deposits are required we initiate the process of sending them instantly, but due to the nature of the banking systems the delays you mentioned are an unfortunate fact of life.
There is no webhook I'm aware of as it happens immediately, it just takes some time to process.
we are doing everything serverside and use plaid to grab the users bank details. Is there anyway to trigger the verification serverside outside of the stripe js modal flow
Oh. I'll look into that, but I don't think so... why aren't you using Stripe.js?
okay thanks for looking into it
Yeah, I'm not seeing another way. Stripe.js is highly recommended for this flow and will allow for instant verification in many cases.
okay thanks for the heads up and your help
No problem! If you need anything else let us know!