cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement Credit Card Payment with 3D Secure (Magento 2.0.7)

How to implement Credit Card Payment with 3D Secure (Magento 2.0.7)

Hello.  I'm trying to use CC payment with 3D secure, but having a problem.
If anyone could answer the questions below, please help me Smiley Wink
Thank you!

 

Question:
Is it possible to implement the "expected behavior " below?

if it's possible, how do you repair the program?


Current operation:

1.Onpage Page
 1-1.PlaceOrder(PHP)
 1-2.Authorize(PHP)
 1-3.OrderSave(PHP)
2.Success Page


Expected behavior (which I want to implement):

1.OnePage
 1-1.PlaceOrder(PHP)
 1-2.Authorize(PHP)
2.Redirect to 3D Secure
 2-1.Result Response(PHP)
 2-2.OrderSave(PHP)
3.Success Page


By the way, I am trying to implement the "expected behavior" above by using BrainTree sample.


BrainTree sample:

1.OnePage
 1-1.get Creditcard Token(JavaScript)
 1-2.3d secure?(javaScript)
 1-3.PlaceOrder(PHP)
 1-4.Authorize(PHP)
 1-5.OrderSave(PHP)
2.Success Page