Jump to content

Paypal verification module


Recommended Posts

Hi i wonder if there any modules offered out there for paypal payment verification?

 

The idea is, if the email on the paypal account are the same, then they can continue the transaction, but if the paypal email are different that the account at the shop, an email containing verification code will be sent to their paypal email to verify the transaction. 

Link to comment
Share on other sites

That is not generally possible. Since they enter their email and actually pay on the paypal site, it would never really work correctly until after the charge is made. Plus, there are people like me who have a dedicated paypal email address that I use for nothing else. You risk them bouncing.

Link to comment
Share on other sites

You could do something after the fact.  Allow the order to be created and then perform the verification.

 

1) Customer places an order, order is placed into the payment accepted status.  actionValidateOrder hook is executed after the order is created.

2) your module can listen for this hook and then perform its logic.  your module would have access to the customers email address within Prestashop.  The module would have to connect to Paypal, locate the Paypal transaction and then grab the paypal account used.

3) the module compares the 2 email addresses and if they are different the module could then change the order status to 'pending verification' and shoot out an email to the paypal account email address

  • Like 1
Link to comment
Share on other sites

You could do something after the fact.  Allow the order to be created and then perform the verification.

 

1) Customer places an order, order is placed into the payment accepted status.  actionValidateOrder hook is executed after the order is created.

2) your module can listen for this hook and then perform its logic.  your module would have access to the customers email address within Prestashop.  The module would have to connect to Paypal, locate the Paypal transaction and then grab the paypal account used.

3) the module compares the 2 email addresses and if they are different the module could then change the order status to 'pending verification' and shoot out an email to the paypal account email address

Ahaaa..yes2 thats what i imagine, before this, i have face the situation where i need to pay using paypal, and my email registered are different than paypal email. After the payment, the system automatically sent a verification email to my paypal email for verification purposes. Which all been done as bellini13 told. So is there any module for this? If there was, i hope its not to expensive as im makin the online shop as my side income, so im not so rich

Link to comment
Share on other sites

×
×
  • Create New...