#D365 Developer
1 messages ยท Page 1 of 1 (latest)
Hello ๐
We have test ACH account numbers here that you can try
https://stripe.com/docs/payments/ach-debit#test-account-numbers
My issue here is, the status updating to processing, but i want to the status as require action. Please help me on this.
requires_action status is triggered when the payment method requires microdeposit verification
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#web-verify-with-microdeposits
yes when i use microdeposir verification then i am not able to access the check out page.
please help me on this.
Hi ๐
MY colleague just told you what you need to do. When the ACH payment method is in a status of requires_action you need to verify with. microdeposits. Please reveiew the documentation provided as it tells you how to achieve this
sorry you are not able to understand my issue. I am using a checkout page to confirm a ACH Payment intent. But when i confirm the Payment intent, i don't want intent to be in processing status, i need intent to be updated as require action status.
You cannot force this yoursefl
when i use micro deposits it will be in require action after confirmation. but micro deposits payment intents are not supporting the check out page.
is there any alternative parameter that i can pass while creating a payment intent. to display require action status after confirmation. please help me on this.
What Stripe products are you using? What do you mean by the "check out page"?