stripe / stripe-ios

Stripe iOS SDK
https://stripe.com
MIT License
2.13k stars 982 forks source link

Allow a href links in 3DS2 actions #4277

Closed davidme-stripe closed 1 week ago

davidme-stripe commented 1 week ago

Summary

In 3DS2 transactions, we don't allow a href links, only form submits. But we should accept either!

Motivation

Fix 3DS2 for certain issuers using a href links. Without this, the user can't click the buttons presented by the issuer.

Testing

Tested in livemode with a 3DS2-enabled card using the broken issuer.

Changelog

None