Hey all, I'm encountering an issue where, when calling stripe.confirmSetup(options), the setup intent isn't instantly confirmed. I'm using the Stripe test bank account information which states the expected behavior is
The Payment Succeeds. The payment element captures the test account number 000123456789 and test routing number 110000000. But the setup intent's status after confirmation is
requires_action and next step is
verify_with_microdeposits. Shouldn't the status instead be
succeeded?
kind regards