Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Document how to enable 3D Secure in Solidus
Browse files Browse the repository at this point in the history
  • Loading branch information
cedum committed Oct 18, 2019
1 parent 28d0de9 commit 91dd085
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,19 @@ has each payment type disabled. It also adds a `before_create` callback to
default configuration that gets created by overriding the private
`build_default_configuration` method on `Spree::Store`.

### 3D Secure

This gem supports [3D Secure 2](https://developers.braintreepayments.com/guides/3d-secure/overview),
which satisfies the [Strong Customer Authentication (SCA)](https://www.braintreepayments.com/blog/getting-up-to-speed-on-psd2-regulation-2/)
requirements introduced by PSD2.

3D Secure can be enabled from Solidus Admin -> Braintree (left-side menu) ->
tick _3D Secure_ checkbox.

Once enabled, you can use the following card numbers to test 3DS 2 on your
client side in sandbox:
https://developers.braintreepayments.com/guides/3d-secure/migration/javascript/v3#client-side-sandbox-testing.

Testing
-------

Expand Down

0 comments on commit 91dd085

Please sign in to comment.