cancel
Showing results for 
Search instead for 
Did you mean: 

Concerning Magento 2 Paypal Express payment action "order", "authorize" and "sales"

Concerning Magento 2 Paypal Express payment action "order", "authorize" and "sales"

Hi,

 

since we're having trouble with the "order" option in the Paypal Express settings (orders not stored and not visible in backend) we need to switch to "authorize" or "order". If we set this to "order" the status in paypal is set to "open". If we generate the invoice for the customer, the status still shows "open" although the documentation says, that the funds are captured as soon as an invoice is generated in magento backend.

 

Does anyone know something about this?

4 REPLIES 4

Re: Concerning Magento 2 Paypal Express payment action "order", "authorize" and

Hi there. Are you using a custom checkout option or are you using the default Magento checkout?

 

We have found in the past that using a custom checkout can cause callback issues with Paypal orders.

Chris @ Rixxo
Magento Solution Specialist, 10 year Magento user, store owner and Agency Director

Re: Concerning Magento 2 Paypal Express payment action "order", "authorize" and

Hi, 
thanks for your answer.
No, we do not use a custom checkout. 

We get error messages like this one in the log:

Spoiler
[2020-02-10 07:14:19] main.CRITICAL: The "000000078" order ID is incorrect. Verify the ID and try again. {"exception":"[object] (Exception(code: 0): The \"000000078\" order ID is incorrect. Verify the ID and try again. at /html/magento/vendor/magento/module-paypal/Model/Ipn.php:143)"} []

And this order number (and 5 others) is also missing in Magento backend orders list. But other orders which were also processed via Paypal, work fine.

Re: Concerning Magento 2 Paypal Express payment action "order", "authorize" and

Hello @dirk_meid 

Can you please change the address of your order where you got the issue. As per my knowledge, this issue comes when the customer address is wrong.  

If my answer is useful, please Accept as Solution & give Kudos


Regards, 
Deep

Re: Concerning Magento 2 Paypal Express payment action "order", "authorize" and

I just read that this error is caused by a server delay. It is thrown when Paypal sends back the order-id via IPN while Magento was not able to store the order due to high server workload. Is this possible?

Found it here:

http://blog.sina.com.cn/s/blog_60beb2f901018tc0.html