#jonathan-setupintent-cardverification
1 messages · Page 1 of 1 (latest)
jonathan-setupintent-cardverification
@leaden girder when you confirm a SetupIntent, we might run an authorization on the card with the bank, or authentication with 3DS. It's not really guaranteed though
I actually do see https://stripe.com/docs/api/setup_intents/object#setup_intent_object-last_setup_error-payment_method-card-checks-address_postal_code_check, but this isn't being populated in our setupintent requests. Example: req_3mMeQ2fkRwT1wl
yeah that's expected since you have no error
Cool, thanks. I'll take a further look at all this.