#L0rdandBooz
1 messages · Page 1 of 1 (latest)
Hi there, amount and descriptor are for PaymentIntents, not SetupIntents
I think it is for a setup intent as well if I am verifying a bank account for use as a payment method.
https://stripe.com/docs/payments/ach-debit/set-up-payment?platform=web#web-verify-with-microdeposits are you talking about the microdeposit verification?
yes but I'm more specifically using this guide
https://stripe.com/docs/payments/ach-debit/set-up-payment?platform=web#web-verify-with-microdeposits:~:text=In these cases%2C Stripe sends a descriptor_code microdeposit and might fall back to an amount microdeposit if any further issues arise with verifying the bank account. These deposits take 1-2 business days to appear on the customer’s online statement. You don't decide which type to use, Stripe would use descriptor_code type first and fall back to amount type
ok that makes sense thank you!
And then just to make sure once that descriptor code is entered the payment method is automatically verified and activated?
Yes, once the SetupIntent is succeeded, the payment method is ready for use
awesome thank you so much jack!
happy to help