Is it possible to use a Flow to determine if an order passed 3D Secure? The merchant is using Shopify payments if that helps?
I’m looking to trigger a Shopify Flow when the payment risk level is evaluated which performs an action if 3D Secure has passed, or a separate action if it fails.
Flow supports it is it’s in the 2024-04 API. That said, I don’t see anything specific to 3ds in any API version. It’s possible though that it’s stuff in logs of some sort (like order.events). Where do you see it in the Admin?
Oh interesting. That’s the REST API, but in GraphQL I’m guessing that’s in the field called receiptJson on a transaction. If so, you would likely need to parse that json with Run code. But you could start by using Log Output to see if the structure matches that.