Page 44 of 44 FirstFirst ... 34424344
Results 431 to 440 of 440
  1. #431
    Join Date
    Jan 2015
    Posts
    711
    Plugin Contributions
    1

    Default Re: PayPal RESTful API Payment Module

    Testing zencart 2.2.1
    php 8.4
    **Note I am testing this on a local machine using xampp

    I enabled the PayPal Checkout (RESTful) plugin that comes with Zen Cart 2.2.1.

    However, when I try to activate it, I receive the following error:

    “The live/sandbox credentials for the PayPal payment module are invalid. The payment module has been automatically disabled.”

    I recently completed an upgrade, and know the credentials I entered are correct.

    Any ideas what would cause this?
    Last edited by chadlly2003; 29 Mar 2026 at 06:25 AM.

  2. #432
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,878
    Plugin Contributions
    96

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by chadlly2003 View Post
    Testing zencart 2.2.1
    php 8.4
    **Note I am testing this on a local machine using xampp

    I enabled the PayPal Checkout (RESTful) plugin that comes with Zen Cart 2.2.1.

    However, when I try to activate it, I receive the following error:

    “The live/sandbox credentials for the PayPal payment module are invalid. The payment module has been automatically disabled.”

    I recently completed an upgrade, and know the credentials I entered are correct.

    Any ideas what would cause this?
    Other than the credentials being incorrect, I don't have ideas. You could turn on the module's Debug setting and retry; that'll have the PayPal transaction and PayPal's response.

  3. #433
    Join Date
    Jan 2015
    Posts
    711
    Plugin Contributions
    1

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by lat9 View Post
    Other than the credentials being incorrect, I don't have ideas. You could turn on the module's Debug setting and retry; that'll have the PayPal transaction and PayPal's response.

    It strange because the exact same setting work on zencart 2.1 with php 8.2. When I do the upgrade to zencart 2.2 and php 8.4 is when the problem occurs. The module does not work when i use the encapsulated or non encapsulated.

    I also tried it on a clean install with the same results.

  4. #434
    Join Date
    Jan 2015
    Posts
    711
    Plugin Contributions
    1

    Default Re: PayPal RESTful API Payment Module

    I also enabled debug mode in paypal; module. Not populating a log unless I am looking in the wrong section. /logs/

  5. #435
    Join Date
    Jan 2015
    Posts
    711
    Plugin Contributions
    1

    Default Re: PayPal RESTful API Payment Module

    I figured it out — the issue was on my local XAMPP setup. There was no SSL/CA bundle configured, so PayPal couldn’t validate the connection. Once I added the SSL certificates, everything verified correctly.

    It looks like now, even in a testing environment, SSL is required for authentication with PayPal.

  6. #436
    Join Date
    Jan 2005
    Posts
    55
    Plugin Contributions
    0

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by chadlly2003 View Post
    Testing zencart 2.2.1
    php 8.4
    **Note I am testing this on a local machine using xampp

    I enabled the PayPal Checkout (RESTful) plugin that comes with Zen Cart 2.2.1.
    Where did you do that. I installed Zen Cart 2.2.2 and cannot find it nowhere.

    https://github.com/zencart/zencart/t...odules/payment

    paypal.php = standard
    paypaldp.php = website payments pro
    paypalwpp.php = express checkout

    If I dive into the documentation there should be something like paypalr.php ?

    edit: Oh I eventually found it @ /zc_plugins
    Last edited by nl2dav; 3 May 2026 at 05:06 PM.

  7. #437
    Join Date
    Apr 2019
    Posts
    338
    Plugin Contributions
    0

    Default Re: PayPal RESTful API Payment Module

    zc 2.1.0. paypalr 1.3.1

    I just installed paypalr for the first time. I enabled the credit card payment. Under the checkout page, it looks like "Paypal wallet" button is selected by default, so the credit card number box is not displayed. Is there anyway I can change the default option to "credit card" instead?

    Also, under the shopping cart page, there is no paypal express checkout button anymore (like paypalwpp). So everyone needs to click on "Go to checkout", right?

  8. #438
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,878
    Plugin Contributions
    96

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by njcyx View Post
    zc 2.1.0. paypalr 1.3.1

    I just installed paypalr for the first time. I enabled the credit card payment. Under the checkout page, it looks like "Paypal wallet" button is selected by default, so the credit card number box is not displayed. Is there anyway I can change the default option to "credit card" instead?

    Also, under the shopping cart page, there is no paypal express checkout button anymore (like paypalwpp). So everyone needs to click on "Go to checkout", right?
    Do you have payment modules other than paypalr installed?

    Yes, there is no "express checkout" button for this payment module; everyone runs through the checkout processing.

  9. #439
    Join Date
    Apr 2019
    Posts
    338
    Plugin Contributions
    0

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by lat9 View Post
    Do you have payment modules other than paypalr installed?

    Yes, there is no "express checkout" button for this payment module; everyone runs through the checkout processing.
    Only paypalr and check/money order are enabled for this testing. paypalr is selected by default. Under paypalr section, there are two options: PayPal wallet and credit card. Paypal wallet option is selected by default. I'm able to edit jquery.paypalr.checkout.js file so credit card option will be selected by default instead.

    I see. So now, if a customer wants to pay the order by paypal instead of a credit card, he needs to enter his address over the websites. On one end, with paypal express module, the customer can choose the saved one from his paypal account, which might be more convenient. On the other end, also paypal express, sometimes paypal saved address will overwrite the address entered on the websites, which also cause some issues.
    Last edited by njcyx; 14 May 2026 at 06:27 PM.

  10. #440
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,878
    Plugin Contributions
    96

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by njcyx View Post
    Only paypalr and check/money order are enabled for this testing. paypalr is selected by default. Under paypalr section, there are two options: PayPal wallet and credit card. Paypal wallet option is selected by default. I'm able to edit jquery.paypalr.checkout.js file so credit card option will be selected by default instead.

    I see. So now, if a customer wants to pay the order by paypal instead of a credit card, he needs to enter his address over the websites. On one end, with paypal express module, the customer can choose the saved one from his paypal account, which might be more convenient. On the other end, also paypal express, sometimes paypal saved address will overwrite the address entered on the websites, which also cause some issues.
    The customer doesn't have to enter their credit-card on the paypalr form; they can use the "Wallet" and (after signing into their account) then select the card to be used.

    I'll consider adding a configuration setting to determine which PayPal payment method (wallet vs. card) is initially selected.

 

 
Page 44 of 44 FirstFirst ... 34424344

Similar Threads

  1. v158 UPS Shipping using RESTful/OAuth API [Support Thread]
    By lat9 in forum Addon Shipping Modules
    Replies: 187
    Last Post: 20 Apr 2026, 09:15 PM
  2. IPower & FirstData API Payment Module
    By spence in forum Addon Payment Modules
    Replies: 6
    Last Post: 7 Jul 2011, 06:33 PM

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