Page 1 of 3 123 LastLast
Results 1 to 10 of 22
  1. #1
    Join Date
    Jul 2009
    Posts
    110
    Plugin Contributions
    0

    Default IPN Verification Postback to HTTPS - PayPal

    I'm using Zencart 1.5.5e (so proud to say that after upgrading from 1.3.8 ) lol
    PHP version is 5.4
    Paypal Website Payments Standard
    Using SSL for admin and catalogue

    Had an email from Paypal today saying IPN Verification Postback to HTTPS needs to be updated, so I went into Paypal and changed the return url link to https. Then they go on to say:

    The ipnpb.paypal.com and ipnpb.sandbox.paypal.com endpoints accept only HTTPS connections. If you currently use www.paypal.com, you should move to ipnpb.paypal.com when you update your code to use HTTPS.

    What files in the Paypal payment module do I have to change to the ipnpb.paypal.com link instead of just using www.paypal.com?

    Appreciate your time and effort in helping on this one!!

    Joanne

    http://www.joannes-digital-designs.com

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,693
    Plugin Contributions
    123

    Default Re: IPN Verification Postback to HTTPS - Changes to payment module?

    Login to Paypal
    Profile->Profile and Settings
    My selling tools
    instant payment notifications->Update
    set the IPN url to HTTPS (not HTTP).

    You will see the correct HTTPS URL (assuming you have an SSL cert for your site) under Admin->Modules->Payment-> Paypal
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Jul 2009
    Posts
    110
    Plugin Contributions
    0

    Default Re: IPN Verification Postback to HTTPS - Changes to payment module?

    I do have Paypal set to https now, but when I go into my admin payment modules it's showing (attached) Should it still be just showing http and not https? Yes I'm using SSL - full https in admin and https on log in and out in the store.

    Name:  capture1.jpg
Views: 765
Size:  78.1 KB

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,488
    Plugin Contributions
    88

    Default Re: IPN Verification Postback to HTTPS - Changes to payment module?

    Check /YOUR_ADMIN/includes/configure.php and make sure that the ENABLE_SSL_CATALOG value is set to 'true' instead of ''.

  5. #5
    Join Date
    Jul 2009
    Posts
    110
    Plugin Contributions
    0

    Default Re: IPN Verification Postback to HTTPS - Changes to payment module?

    Yes!! That did it Thank you so much!!

  6. #6
    Join Date
    Nov 2008
    Posts
    196
    Plugin Contributions
    0

    Default Re: IPN Verification Postback to HTTPS - Changes to payment module?

    Sorry I am using 1.5.5D

    Paypal express check out. getting this message from Paypal , where do i change mine?

    Reminder: REQUIRED to avoid service interruptions you need to complete important security upgrades.



    Jamie Goff,



    Every day, hundreds of millions of people use PayPal to manage and move money online or on a mobile device. That’s why one of our top priorities is to ensure our customers have a safe, secure experience when transacting with PayPal.

    This year, we’ve made a number of upgrades to the PayPal system enabling us to continue providing the highest level of security available for customers. Throughout 2018, we will continue to upgrade our security protocols to the highest levels of protection available, which includes moving all of our systems to TLS 1.2, an enhanced security protocol that encrypts customer data over the Internet. We also announced several new security requirements for merchants who use PayPal, to ensure they do their part to protect sensitive customer data, as well.

    Our records indicate that you still need to make critical security upgrades to your systems. If you see a “YES” next to a security change, your integration must be updated to accept these new security measures as soon as possible.


    Change Change Required?
    Merchant API Certificate Credential Upgrade No
    TLS 1.2 and HTTP/1.1 Upgrade No
    IPN Verification Postback to HTTPS Yes
    Discontinue Use of GET Method of Classic NVP/SOAP No


    If you have not made the necessary changes by the date specified, you won’t be able to accept payments with PayPal until you do so. But most importantly, failure to make these upgrades will put your customers’ sensitive personal and financial data at risk.

    How do I make these changes?

    More information on the required changes and how to implement them can be found on our Merchant Security Road Microsite:

    • 2016-2017 Merchant Security Roadmap
    • TLS1.2 and HTTP/1.1 Upgrade Roadmap
    • IPN Verification Postback to HTTPS
    • Discontinue Use of GET Method for Classic NVP/SOAP API’s
    • Merchant API Certificate Credentials Upgrade

    If you need additional support with these changes, we encourage you to contact your web hosting company, ecommerce software provider, in-house web programmer or system administrator.

    As a leading payment provider, we’re committed to continually building and investing in the strongest protections possible. Thank you for your support and for helping us maintain the highest security standards for all of our shared global customers.

    If you have any questions or concerns, please contact your account manager.
    Last edited by WiccanWitch420; 21 Dec 2017 at 11:59 PM. Reason: forgot version

  7. #7
    Join Date
    Jul 2012
    Posts
    16,733
    Plugin Contributions
    17

    Default Re: IPN Verification Postback to HTTPS - Changes to payment module?

    Quote Originally Posted by WiccanWitch420 View Post
    Sorry I am using 1.5.5D

    Paypal express check out. getting this message from Paypal , where do i change mine?

    Reminder: REQUIRED to avoid service interruptions you need to complete important security upgrades.



    Jamie Goff,



    Every day, hundreds of millions of people use PayPal to manage and move money online or on a mobile device. That’s why one of our top priorities is to ensure our customers have a safe, secure experience when transacting with PayPal.

    This year, we’ve made a number of upgrades to the PayPal system enabling us to continue providing the highest level of security available for customers. Throughout 2018, we will continue to upgrade our security protocols to the highest levels of protection available, which includes moving all of our systems to TLS 1.2, an enhanced security protocol that encrypts customer data over the Internet. We also announced several new security requirements for merchants who use PayPal, to ensure they do their part to protect sensitive customer data, as well.

    Our records indicate that you still need to make critical security upgrades to your systems. If you see a “YES” next to a security change, your integration must be updated to accept these new security measures as soon as possible.


    Change Change Required?
    Merchant API Certificate Credential Upgrade No
    TLS 1.2 and HTTP/1.1 Upgrade No
    IPN Verification Postback to HTTPS Yes
    Discontinue Use of GET Method of Classic NVP/SOAP No


    If you have not made the necessary changes by the date specified, you won’t be able to accept payments with PayPal until you do so. But most importantly, failure to make these upgrades will put your customers’ sensitive personal and financial data at risk.

    How do I make these changes?

    More information on the required changes and how to implement them can be found on our Merchant Security Road Microsite:

    • 2016-2017 Merchant Security Roadmap
    • TLS1.2 and HTTP/1.1 Upgrade Roadmap
    • IPN Verification Postback to HTTPS
    • Discontinue Use of GET Method for Classic NVP/SOAP API’s
    • Merchant API Certificate Credentials Upgrade

    If you need additional support with these changes, we encourage you to contact your web hosting company, ecommerce software provider, in-house web programmer or system administrator.

    As a leading payment provider, we’re committed to continually building and investing in the strongest protections possible. Thank you for your support and for helping us maintain the highest security standards for all of our shared global customers.

    If you have any questions or concerns, please contact your account manager.
    See post #2 above: https://www.zen-cart.com/showthread....46#post1339446. Report appears to be saying that paypal needs to try to communicate back to the site using https:
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #8
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,693
    Plugin Contributions
    123

    Default Re: IPN Verification Postback to HTTPS - Changes to payment module?

    I must say, it's quite awesome that Paypal chose 4 days before Christmas to send this email. :)
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #9
    Join Date
    Jul 2009
    Posts
    110
    Plugin Contributions
    0

    Default Re: IPN Verification Postback to HTTPS - Changes to payment module?

    Quote Originally Posted by swguy View Post
    I must say, it's quite awesome that Paypal chose 4 days before Christmas to send this email. :)
    LOL at least they gave us till June to fix it lol

  10. #10
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,488
    Plugin Contributions
    88

    Default Re: IPN Verification Postback to HTTPS - Changes to payment module?

    Quote Originally Posted by joannem View Post
    Yes!! That did it Thank you so much!!
    You're very welcome!

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v151 switching PayPal IPN Verification Postback to HTTPS
    By moogawooga in forum General Questions
    Replies: 14
    Last Post: 28 Dec 2017, 08:08 AM
  2. v138a PayPal IPN Verification Postback to HTTPS with v1.3.8
    By ferid in forum Built-in Shipping and Payment Modules
    Replies: 27
    Last Post: 23 Feb 2017, 10:07 PM
  3. v138a Access Denied on Paypal IPN verification
    By stoyka in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 13 Nov 2014, 04:06 PM
  4. I'm using PayPal Express and PayPal IPN, should I remove PayPal IPN?
    By tj1 in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 3 Nov 2007, 05:20 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR