#dai
1 messages · Page 1 of 1 (latest)
hello!
Hello 👋
When the PaymentMethod requires 3DS check, the PaymentIntent/SetupIntents move to requires_action status
Can you provide more context on what kind of observability you're looking for?
Of course!
At the base-level we'd like to monitor
- the # of 3ds cards being used during checkout
- and the result of their intent tranisitioning to a success state
On the custom checkout client, from what I understand, we cannot tell if a particular payment method inputted is 3DS or not so this seems like something to be observed in webhooks
Yeah you'd usually want to base it all on PaymentIntent events
so basically, if you receive a webhook event for payment_intent.requires_action
https://stripe.com/docs/api/events/types#event_types-payment_intent.requires_action
You can look at the payment_method attached to the PaymentIntent