3D Secure requires HTTPS
See original GitHub issueHi guys,
I started braintree 3.7.0 integration in our payment system and faced with the next problem:
I’m trying to test 3DS flow on my local and get error from threeDSecure.create
:
{ code:"THREEDS_HTTPS_REQUIRED" details:undefined message:"3D Secure requires HTTPS." name:"BraintreeError" type:"MERCHANT" }
Am I missing some properties that allow 3DS flow on local machine without HTTPS?
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Card authentication and 3D Secure | Stripe Documentation
When you run 3D Secure, Stripe requires your customer to perform authentication to complete the payment if 3DS authentication is available for a...
Read more >What is 3D Secure protection and how does it work? - N26
Learn how 3D Secure technology works to keep your funds safe when you shop online. ... With secure login, your app login requires...
Read more >3-D Secure - Wikipedia
3-D Secure is a protocol designed to be an additional security layer for online credit and debit card transactions. The name refers to...
Read more >three-d-secure/shared/errors.js - Documentation
@property {MERCHANT} THREEDS_NOT_ENABLED Occurs when 3D Secure is not ... MERCHANT, code: 'THREEDS_HTTPS_REQUIRED', message: '3D Secure requires HTTPS.
Read more >What is 3D Secure? - Verifi, Inc.
It's important to note that as a merchant you can decide which transactions require 3D Secure authentication.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
3.8.0 is out now and will not require https when not in production.
We’re planning on a release some time in the next week.