AbanteCart Community

AbanteCart Development => Extensions and Add-Ons => Payment Modules => Topic started by: vishwanath on October 08, 2016, 11:48:47 AM

Title: How to do 3ds verification in API based payment module in Abantecart
Post by: vishwanath on October 08, 2016, 11:48:47 AM
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.
Title: Re: How to do 3ds verification in API based payment module in Abantecart
Post by: eCommerce Core on October 10, 2016, 10:44:11 AM
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.
Title: Re: How to do 3ds verification in API based payment module in Abantecart
Post by: vishwanath on October 12, 2016, 01:54:15 PM
Hi ,
 I found the 3ds verification and process in default_realex payment method. This module help to solve my problem.

Thanks