- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Duplicate Order in Magento for one payment through PayPal Express Checkout
Hi,
I'd like to report here, a bug. Maybe someone here has an idea?
Duplicate order on Magento v 1.9.1.0., triggered by:
PayPal API error code 10486
In short, the site responds to this error appropriately and as said in the doc: when the buyer's first payment is denied, the buyer is redirected back to PayPal.
(PayPal has confirmed this behavior, and told me to contact the developers in charge of this extension to report on this issue).
The problem seems to be linked to that redirection, which creates two orders in Magento (the two payment attempts — the first being denied by PayPal — are interpreted as two different orders/invoices. The buyer is charged once.).
Thus, in the backend (Sales > Orders) we can see for the same transactionid (PayPal) :
- 2 different order ID numbers (magento)
- 2 different correlationid
- a « Completed » vs. « completed » payer address status (different syntax)
- an « IPN "Completed" » comment noticed on the first order
Question: why hasn't the API notified Magento that the first payment attempt 'failed'?
What could be done to solve this?
Thanks for helping!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Duplicate Order in Magento for one payment through PayPal Express Checkout
Hello!
Did you fix this issue? We have the same now.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Duplicate Order in Magento for one payment through PayPal Express Checkout
Having the same problem. Any solution?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Duplicate Order in Magento for one payment through PayPal Express Checkout
Hi,
In Magento ver. 1.9.0.1, I'm encountering the same situation (except for the payer address status, it showed "confirmed" in my record).
Is there any solution to this? or is there any patch that I can apply to fix this?
Thanks.