Hi All,
I have made a payment module which is API based. I have done for the Non-3ds type credit card but for 3ds based credit card i have redirect the customer to third url called ASCURL. So how to achieve this.
What payment gateway is this for? Can you please outline the process flow?
I am not very clear what is required from AbanteCart to handle 3D.
Most likely, you need to build a response controller that will handle third party requests.
Hi ,
I found the 3ds verification and process in default_realex payment method. This module help to solve my problem.
Thanks