Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6026091
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:23:44+00:00 2026-05-23T04:23:44+00:00

I have this weird issue in Magento when someone places an order using PayPal

  • 0

I have this weird issue in Magento when someone places an order using PayPal Express Checkout. Every so often an order will come in and then the order gets canceled a few seconds later. The comment that is left is as follows:

Canceled order online. Amount: $59.23. Transaction ID: "XXXXXXXXXXXXXXXXX-void".

(ID blanked out just in case)

Now our customers are swearing they did not cancel their orders and when we ask PayPal they say it is a problem on our side.

Has anyone heard of this issue and do you know of a fix? I am running Magento Enterprise 1.8.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T04:23:45+00:00Added an answer on May 23, 2026 at 4:23 am

    I’ve run into a similar issue. I tracked it down to those users who checked out with PayPal Express and do not have a PayPal account. The issue and the fix appear here:

    http://www.magentocommerce.com/bug-tracking/issue/?issue=9894

    The face that all users do not encounter the error may be related to the with/without a PayPal account status.


    Integrating Magento with PayPal Express (not PayPal standard) the users can buy our store’s products.

    However, there are two different situations:
    1) If the customer has got a Paypal account, he will be able to finish the buy process without issues.
    2) However, if the customer hasn’t got a Paypal account, or if he doesn’t want to use it, and prefers to buy the products using his credit card without use the PayPal credentials, then the process will finish with the following error:

    “This payment cannot be processed using your paypal account at this
    time”.

    The problem is the seller will receive the money, but the customer will think just the opposite.

    This issue has been discused and confirmed with PayPal support team.

    The real issue is during the buy process, the “DoExpressCheckoutPayment” PayPal’s function is called. However, when the buy process finish with this error, a parameter called “successpageredirectrequested” is set to “true“. This flag indicates whether you need to redirect the customer to back to PayPal after completing the transaction. However, this is an obsolete PayPal’s behavior, and should’t be used.

    As Magento is using this parameter’s function, when he tries to redirect again to PayPal (that’s what “successpageredirectrequested” set to true is doing) PayPal will return this error.

    We can fix it making a little change in Magento’s source code, at app/code/core/Mage/Paypal/Controller/Express/Abstract.php

    Just changing the function “public function placeOrderAction()”.
    Look for the following code inside this function:

    // redirect if PayPal specified some URL (for example, to Giropay bank)
    $url = $this->_checkout->getRedirectUrl();
    if ($url) {
    $this->getResponse()->setRedirect($url);
    return;
    }
    $this->_initToken(false); // no need in token anymore
    $this->_redirect(?checkout/onepage/success?);
    return;
    }
    

    We just need to comment the “if”, just like this:

    //if ($url) {
    //$this->getResponse()->setRedirect($url);
    // return;
    //}
    

    That’s enough to fix the issue. However, this is not a current fix, and this should be reviewed by Magento’s programmers just to fix it in the Magento’s new versions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this weird issue with special characters. In JSP, I am using field
I have a weird issue using polymorphism. I have a base class that implements
This is a weird issue. I have created a view controller with a nib
This is a weird issue. I'm accessing my online database using premiumsofts Navicat for
I have Magento 1.3.2 and I have weird issue: When I am in list.phtml
This is a weird issue. I have a mashalled object(cookie), an array with 2
This is a weird issue. I have a List view with 2 Link buttons.
I have a really weird issue with my cout statements. I've only tried this
I have a weird issue reading a .csv file using c#. Here are the
This is a weird problem I have started having recently. My team is developing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.