#lafafm - Setup Intents
1 messages · Page 1 of 1 (latest)
Hello! Yes, have a look at the three_d_secure property on the associated Setup Attempt: https://stripe.com/docs/api/setup_attempts/object#setup_attempt_object-payment_method_details-card-three_d_secure
You can usually get to the Setup Attempt you want using the latest_attempt property on the Setup Intent: https://stripe.com/docs/api/setup_intents/object#setup_intent_object-latest_attempt
Can't get it unfortunately
What do you mean?
Haven't that field under SetupIntent object for some reason
What's the Setup Intent ID?
Client side
Ah, okay, that's expected. The client only gets a limited amount of information. You would need to fetch the Setup Intent server-side to get this detail.
Oh
Ok, nice