More from Stripe:
Major card brands no longer support 3D Secure 1. If your implementation uses 3D Secure 1, update it to use the Payment Intents and Setup Intents APIs. Using those APIs:
- Supports 3D Secure 2 (3DS2).
- Takes advantage of Dynamic 3D Secure.
- Complies with European Strong Customer Authentication regulations.
You can integrate 3D Secure (3DS) authentication into your checkout flow on multiple platforms, including Web, iOS, Android, and React Native. This integration runs 3D Secure 2 (3DS2) when supported by the customer’s bank and falls back to 3D Secure 1 otherwise. You can also perform 3DS authentication on Stripe while acquiring the transaction with another payment service provider (PSP) by using the Standalone 3DS product
Does the current Stripe plugin support 3D Secure 2?