#lukeKu-pi-requires-action
1 messages · Page 1 of 1 (latest)
Hey! Well you'd use a test card that will require 3DS/auth for every payment: 4000002760003184
Thanks. I will try that
Is there a way to get the payment_intent to succeed, but fails later?
like thinking a bank account or something? where we record a payment_intent and then it later fails?
Nope, succeeded is a final state
There would be a processing state for async payment methods like that: https://stripe.com/docs/payments/payment-methods#payment-notification
Is there a way to get a processing state and then payment_failed/requires_action
Sure, any particular payment method type?
what are my options? We are aiming for bank accounts and cards
Should work with BACS DD: https://stripe.com/docs/payments/bacs-debit/accept-a-payment#testing
You won't get a processing state with card PIs
Ok. So can I go into the Stripe dashboard and add this as a payment method and get the payment_method_id?
We aren't going to have UK bank accounts supported, so it doesn't really help unfortunately. 😦
What kind of bank debits then?