-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error during 3DS fingerprint check with Stripe #706
Comments
Apparently, this is due to the 3DS challenge being aborted by the user. This leads to an error with code Would it be possible to get the info that the challenge has been aborted? |
Closing this for now because the error is somewhat of an expected behavior. |
recurly-integrations
pushed a commit
that referenced
this issue
Feb 24, 2022
[Full Changelog](v4.18.1...v5.0.0) **Merged Pull Requests** - [FK-1277] Added Sofort selection form and validations [#707](#707) ([gilv93](https://github.com/gilv93)) - IDeal and Sofort [#701](#701) ([cyberxander90](https://github.com/cyberxander90)) - Adding the eu api url for eu on rjs [#700](#700) ([flaviomuller](https://github.com/flaviomuller)) **Closed Issues** - Error during 3DS fingerprint check with Stripe [#706](#706) ##### Minified MD5 Checksum ``` b1d40cdbf5e424c2f455baa3063b639b ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` F5wQxuov+8/YUJ5khmQ9tDTEDIJ58iUbAsWIT7ardcw2H0BaARNkVFCqEGt3uijq ```
recurly-integrations
pushed a commit
that referenced
this issue
Feb 24, 2022
[Full Changelog](v4.18.1...v4.19.0) **Merged Pull Requests** - [FK-1277] Added Sofort selection form and validations [#707](#707) ([gilv93](https://github.com/gilv93)) - IDeal and Sofort [#701](#701) ([cyberxander90](https://github.com/cyberxander90)) - Adding the eu api url for eu on rjs [#700](#700) ([flaviomuller](https://github.com/flaviomuller)) **Closed Issues** - Error during 3DS fingerprint check with Stripe [#706](#706) ##### Minified MD5 Checksum ``` c7b214c143a4324b1cb9f17861ca0e67 ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` 5W6608tMjfmGL3jwcU1c3niySAAMXYQj8wwR2KAwzTkmZrNcMoubalAU1wZh0VGa ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi.
I'm using the Recurly JS SDK via your CDN. And with the payment provider Stripe, I'm seeing a client error occurring during the 3DS fingerprint check in Safari (OSX):
And here's the same error in Chrome (ChromeOS):
Unfortunately, this message isn't really helpful because of the minified code. But do you have an idea what's the issue here? I've implemented the 3DS check like it's shown in the docs. And usually, it works.
The text was updated successfully, but these errors were encountered: