#kaneW
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
OK it means you can't set a payment_method_data when payment_method_options[us_bank_account][verification_method] is instant .
If I don't set it, then I get : missing param error for payment_method_data
req_3KddEKRZ2Lz0IU
but we can't pass mandate info without setting confirm to TRUE
Please follow this guide, the mandate is supposed to be collected from frontend (https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#web-collect-mandate-and-submit)
But it is working with microdeposit verification flow
Is it mandatory to set confirm to false when using instant verification?