#FirstsourceDev
1 messages · Page 1 of 1 (latest)
Hi 👋 are you running these verifications in test mode? Can you provide the ID of the request that is returning the error you showed?
You can't use our test values in live mode, you will need to use the actual values that were sent to the account.
So whether we need to send (1 cent , 1 cent) ?
No, you do not need to include cent in the data you send, but the values that you send for amounts need to match the amounts of the actual microdeposits that were sent to that bank account.
How we will get the actual microdeposits that were sent to that bank account ?
Our understanding is that it will be 1
If you're not leveraging our email feature that sends emails to customers so they can verify the amount of the microdeposits that were made to their bank account, then you will need to build your own flow where your customers can provide the amounts of the microdeposits they received to you.
Right now it looks like your code is providing our test values as the amounts:
https://stripe.com/docs/payments/ach-debit#test-microdeposit-amounts-and-descriptor-codes
With live verifications though you need to provide the amounts of the microdeposits that were sent to the customer's bank account, that is how ownership/access to the account is verified.
Do we have any settings in dashboard to set the microdeposit value ?
No
It's not something you have control over, that would defeat the purpose of the flow.
whether the verification is mandatory for all the ACH transactions ?
Yes, verification must be completed.
The amounts provided do not match the amounts that were sent to the bank account. To continue trying to verify the account, please reach out to us directly.
How to continue to verify the account here ?
Well it sounds like that account is now locked because you provided the wrong amounts (you sent our test amounts again) too many times. You will need to reach out to Support to see if the account can be unlocked:
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Can we try with a different ACH account without test amounts ?
I believe so, are you running into problems when you try to do so?