Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2012
    Posts
    57
    Plugin Contributions
    2

    Default Getting an error in Paypal Express

    I'm trying to get my store site setup on my test store first and I keep getting the following error when trying to test Paypal Express:

    We are sorry for the inconvenience. The PayPal account authentication settings are not yet set up, or the API security information is incorrect. We are unable to complete your transaction. Please notify the store owner so they can correct this problem. (10002)

    The settings for Paypal Express are:

    Express Checkout Shortcut Button
    Off

    Set Order Status
    Processing [2]

    Set Unpaid Order Status
    Awaiting Payment [8]

    Set Refund Order Status
    Refunded [9]

    Express Checkout: Require Confirmed Address
    No

    Express Checkout: Select Cheapest Shipping Automatically
    No

    Express Checkout: Skip Payment Page
    No

    Express Checkout: Automatic Account Creation
    No

    Payment Action
    Final Sale

    Transaction Currency
    Only USD

    PayPal Page Style
    Primary

    Sandbox - while testing

    I have verified the API credentials are correct and the URL is set correctly. What did I do wrong?

  2. #2
    Join Date
    Jun 2012
    Posts
    57
    Plugin Contributions
    2

    Default Re: Getting an error in Paypal Express

    Okay, figured it out - it doesn't work in sandbox mode.

  3. #3
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Getting an error in Paypal Express

    Right. You can't use Sandbox Credentials in Live mode. And you can't use Live credentials in Sandbox mode. And Sandbox testing can only be done from your computer; you can't have multiple people testing concurrently in the sandbox.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Feb 2007
    Posts
    210
    Plugin Contributions
    0

    Default Re: Getting an error in Paypal Express

    I am getting the same exact error - new store. However, not in sandbox mode.

    Settings are:
    o you want to enable this payment module?

    True


    Sort order of display.
    Sort order of display. Lowest is displayed first.
    10

    Payment Zone
    If a zone is selected, only enable this payment method for that zone.
    none

    Express Checkout Shortcut Button
    The Express Checkout Shortcut button shows up on your shopping cart page to invite your customers to pay using PayPal without having to give all their address details on your site first before selecting shipping options.
    It has been shown to increase sales and conversions when enabled.
    Default: On

    On


    Set Order Status
    Set the status of orders paid with this payment module to this value.
    Recommended: Processing[2]


    Set Unpaid Order Status
    Set the status of unpaid orders made with this payment module to this value.
    Recommended: Pending[1]


    Set Refund Order Status
    Set the status of refunded orders to this value.
    Recommended: Pending[1]


    Express Checkout: Require Confirmed Address
    Do you want to require that your (not-logged-in) customers use a *confirmed* address when choosing their shipping address in PayPal?
    (this is ignored for logged-in customers)

    Yes


    Express Checkout: Select Cheapest Shipping Automatically
    When customer returns from PayPal, do we want to automatically select the Cheapest shipping method and skip the shipping page? (making it more *express*)
    Note: enabling this means the customer does *not* have easy access to select an alternate shipping method (without going back to the Checkout-Step-1 page)


    No

    Express Checkout: Skip Payment Page
    If the customer is checking out with Express Checkout, do you want to skip the checkout payment page, making things more *express*?
    (NOTE: The Payment Page will auto-display regardless of this setting if you have Coupons or Gift Certificates enabled in your store.)

    Yes


    Express Checkout: Automatic Account Creation
    If a visitor is not an existing customer, a Zen Cart account is created for them. Would you like make it a permanent account and send them an email containing their login information?
    NOTE: Permanent accounts are auto-created if the customer purchases downloads or gift certificates, regardless of this setting.

    Yes


    Payment Action
    How do you want to obtain payment?
    Default: Final Sale


    Final Sale

    Transaction Currency
    Which currency should the order be sent to PayPal as?
    NOTE: if an unsupported currency is sent to PayPal, it will be auto-converted to USD (or GBP if using UK account)
    Default: Selected Currency

    Only USD


    Store (Brand) Name at PayPal
    The name of your store as it should appear on the PayPal login page. If blank, your store name will be used.


    Allow eCheck?
    Do you want to allow non-instant payments like eCheck/EFT/ELV?


    Instant Only

    PayPal Page Style
    The page-layout style you want customers to see when they visit the PayPal site. You can configure your Custom Page Styles in your PayPal Profile settings. This value is case-sensitive.


    API Signature -- Username
    The API Username from your PayPal API Signature settings under *API Access*. This value typically looks like an email address and is case-sensitive.
    Primary

    API Signature -- Password
    The API Password from your PayPal API Signature settings under *API Access*. This value is a 16-character code and is case-sensitive.


    API Signature -- Signature Code
    The API Signature from your PayPal API Signature settings under *API Access*. This value is a 56-character code, and is case-sensitive.


    PayPal Mode
    Which PayPal API system should be used for processing?
    Choices:
    For choice #1, you need to supply API Settings above.
    1. PayPal = Express Checkout with a regular PayPal account
    or
    for choices 2 & 3 you need to supply PAYFLOW settings, below (and have a Payflow account)
    2. Payflow-UK = Website Payments Pro UK Payflow Edition
    3. Payflow-US = Payflow Pro Gateway only

    PayPal


    Live or Sandbox
    Live: Used to process Live transactions
    Sandbox: For developers and testing

    live


    Debug Mode
    Would you like to enable debug mode? A complete detailed log of failed transactions will be emailed to the store owner.

    Off
    Last edited by mumzie; 1 Oct 2012 at 06:26 PM.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Getting an error in Paypal Express

    You need to fill in your API credentials: username, password, signature.
    www.zen-cart.com/getpaypal
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Feb 2007
    Posts
    210
    Plugin Contributions
    0

    Default Re: Getting an error in Paypal Express

    I did. I just left them off of here for security reasons.
    I used the link to paypal, copied all three values as paypal gave them to me.

  7. #7
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Getting an error in Paypal Express

    Then contact PayPal to get their help in figuring out what's wrong with your account. www.paypal.com/mts

    Having your PayPal Debug Logs on hand will help them help you: http://www.zen-cart.com/showthread.p...Logging-PayPal
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. v154 PayPal Express Checkout getting (28) connect() timed out!
    By batracy in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 23 Dec 2015, 02:53 AM
  2. PayPal Express Checkout (NVP 84.0) getting 10736 errors
    By daffy in forum Addon Payment Modules
    Replies: 1
    Last Post: 8 May 2014, 09:18 PM
  3. I'm getting 2 errors from Paypal Express
    By LisaVB in forum PayPal Express Checkout support
    Replies: 6
    Last Post: 29 Oct 2010, 09:34 PM
  4. Getting a 10002 Error for PayPal Express
    By Dreameffects in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 7 May 2008, 03:24 AM
  5. Replies: 10
    Last Post: 14 Nov 2007, 10:09 PM

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