#naser-masalma
1 messages · Page 1 of 1 (latest)
What payment method are you using now if not ach direct debit?
@opal niche i using the subscription to do the payment from the bank accounts, and i verify the bank account using the 2 micro deposit.
So you are already using ach direct debit, no?
Can you share a request id where you created a subscription with a bank account so I can see what you're doing?
to be honest. I don't know what you mean by sharing a request id.
dev or prod?
prod
Just need to see exactly what you're doing currently
Also what issues are you having with microdeposits exactly?
pi_3NNEITGzJqBqSWun0WaK7iM7
to be honest my problem. is that the client forgets to sent the microdeposits for my team. so i need to do instant verification for the bank accounts.
i think you are right. yes it is seems that that i am using ach direct debit. but it is not activated in my account
when i filter like this i see that i have a lot of payments like this
but you can see that it is not activated in my account. also i need to show you that the microdeposits approach need a lot of manual working from my side.
Oh you might be using the legacy integration path then
Ah yes you are
is that will require upgrade the api version?
But looks like you also are already doing that
You're passing the older bank accounts to the subscription
So issue would be with new bank accounts then
Verifying them via microdeposits. Let me send you a guide for the newer approach
i need just to change the verification approach
Yeah
Check out this guide: https://stripe.com/docs/payments/ach-debit/accept-a-payment
It shows how to use instant verification
You need to enable ach direct debit though on your account first
You can also limit to instant only: https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#instant-only-verification
ok, but i need to save the back account for future use. not only to make a payment
Oh then use this: https://stripe.com/docs/payments/ach-debit/set-up-payment?platform=web
are you sure that this is compatible with my api version?