Query regarding 3D secure for PayPal direct

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 anni tempo fa
Hi, I have almost implemented all of the process for 3Dsecure for direct payments through PayPal as an external project (http://centinel.umair.me).

Though I now want it to integrate with NopCom 2.8.

Problem I am facing is that I want to authenticate the user's card before actually placing the order to PayPal (i.e. in one page checkout, method name OpcConfirmOrder() and just before the paymentService.placeOrder(...) method is called).

Now for 3D secure we need to go to a url which is returned by the service where user will have to verify his card details, so how can I work this out so user doesnt navigate from OPC page bcoz everything is done through JS and if navigated away, the user will not be able to see his form fields on return from the 3D secure page.

Any thoughts on this, or any thing else I can do?

Thanks !



UPDATE:

Just to let you guys know, there are 2 parts for this:
1. Lookup (if the card holder is enrolled in 3Dsecure or not.
2. If he is enrolled, then proceed with Authentication for 3Dsecure.

I figured part 1 of this:

I am checking if the card holder enrolled or not in ProcessPayment() of PayPalDirectPaymentProcessor.cs which inherits IPaymentMethod so this is a good place to verify the user.

Now that the user is not enrolled I simply return ProcessPaymentResult with an error in it and not proceed with order.

Here is now where I am stuck:
If the user is enrolled for 3Dsecure and next step is to redirect the user to the URL (returned by 3Dsecure lookup) and authenticate him.
11 anni tempo fa
Hello, I have implemented this, if anyone requires 3D secure with Paypal Credit Card and Cardinal Commerce, let me know. Happy to help. Or email me for fast response [email protected]
10 anni tempo fa
Hello, I have implemented this, if anyone requires 3D secure with Paypal Credit Card and Cardinal Commerce, let me know. Happy to help. Or email me for fast response [email protected]
------------------------------------------------------------------------------------------------------------------------------------------------
Hi m_umair_85,
I am also trying to use 3D secure system in Direct method payment plugin in nopCommerce 3.40, Already search lot of for this but not get any help ..

Could you share your 3d secure code for nopCommerce plugin. That will help me great  way..

THanks in advance
10 anni tempo fa
Hello, yes can you email me what you need to do for the project and I am happy to assist you regarding this.

Thanks
10 anni tempo fa
Hello m_umair_85,

Thanks for your quick reply, please give me you mail id we will mail you our project plugin requirements.
10 anni tempo fa
Email me @ [email protected]
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.