Title: Error processing payment still doesn&#8217;t work
Last modified: May 28, 2023

---

# Error processing payment still doesn’t work

 *  Resolved [osmanfromkickstartweb](https://wordpress.org/support/users/osmanfromkickstartweb/)
 * (@osmanfromkickstartweb)
 * [3 years ago](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/)
 * Hello guys, I try the patch that you provided in another ticket for this issue,
   but for me it doesn’t’ work.
 * Here is the error that I get from PayPal :
 *     ```wp-block-code
       {
         "debug_id": "47064aa143aa1",
         "details": [
           {
             "description": "The instrument presented  was either declined by the processor or bank, or it can't be used for this payment.",
             "issue": "INSTRUMENT_DECLINED"
           }
         ],
         "links": [
           {
             "href": "https://developer.paypal.com/docs/api/orders/v2/#error-INSTRUMENT_DECLINED",
             "method": "GET",
             "rel": "information_link"
           },
           {
             "href": "https://www.paypal.com/checkoutnow?token=086118060N2577623",
             "method": "GET",
             "rel": "redirect"
           }
         ],
         "message": "The requested action could not be performed, semantically incorrect, or failed business validation.",
         "name": "UNPROCESSABLE_ENTITY"
       }
       ```
   

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/page/2/?output_format=md)

 *  Thread Starter [osmanfromkickstartweb](https://wordpress.org/support/users/osmanfromkickstartweb/)
 * (@osmanfromkickstartweb)
 * [3 years ago](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/#post-16774557)
 * I also get a message next to the card number input : 
   “The verification of your
   MASTER_CARD-XXXX by your bank has failed. Try another card.”
 * I tried two different cards and I get the same thing.
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [3 years ago](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/#post-16774749)
 * Hi [@osmanfromkickstartweb](https://wordpress.org/support/users/osmanfromkickstartweb/)
 * > I try the patch that you provided in another ticket for this issue
 * Can you provide a link to the support thead you’re referencing?
 * A decline error from PayPal is a legitimate response and it indicates that your
   bank has declined the payment attempt for any number of reasons. A decline isn’t
   something that’s caused by a bug in our plugin as it’s coming directly from PayPal’s
   API’s and their communication with the bank.
 * Kind Regards,
 *  Thread Starter [osmanfromkickstartweb](https://wordpress.org/support/users/osmanfromkickstartweb/)
 * (@osmanfromkickstartweb)
 * [3 years ago](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/#post-16774825)
 * Thanks for your reply, here is the link to the other ticket : [https://wordpress.org/support/topic/error-processing-payment-7/](https://wordpress.org/support/topic/error-processing-payment-7/)
 * the other person seems to face the same issue as me and you guys were seems to
   say that it comes from the plugin. Here is the link to the patch :
   [https://drive.google.com/file/d/139SBzXdbSY1LEB1iFCJDrI_ZZnj9mJET/view?usp=share_link](https://drive.google.com/file/d/139SBzXdbSY1LEB1iFCJDrI_ZZnj9mJET/view?usp=share_link)
   Plus, I tried with two different card from two different banks so it might not
   be a bank issue.
 * 
   Thanks
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [3 years ago](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/#post-16775033)
 * Hi [@osmanfromkickstartweb](https://wordpress.org/support/users/osmanfromkickstartweb/)
 * > Thanks for your reply, here is the link to the other ticket :
 * That ticket is deceiving because there are several log entries, one of which 
   was a decline. But the log entry that the patch was targeting was the `ORDER_NOT_APPROVED`
   error which is different than your declines.
 * > Plus, I tried with two different card from two different banks so it might 
   > not be a bank issue.
 * If you’re testing with Sandbox mode, make sure you aren’t using a real credit
   card and vice versa. The PayPal plugin doesn’t control the PayPal response to
   API requests and for internal reasons, PayPal is determining that your payment
   methods are declined. Or PayPal is providing the direct response from the bank
   which is a decline.
 * If you are using a real card in production mode, make sure you’re entering all
   of your billing address info accurately.
 * Kind Regards
 *  Thread Starter [osmanfromkickstartweb](https://wordpress.org/support/users/osmanfromkickstartweb/)
 * (@osmanfromkickstartweb)
 * [3 years ago](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/#post-16775054)
 * I’m in production mode, with two real cards. Is there any other informations 
   that I can provide you to help me ?
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [3 years ago](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/#post-16775065)
 * > I’m in production mode, with two real cards. Is there any other informations
   > that I can provide you to help me ?
 * This doesn’t look like anything that’s wrong with our plugin. Card declines are
   normal and there are many reasons for why a card might be declined. I can confirm
   that we have many merchants using our plugin and they are processing thousands
   of orders a day without any issues.
 * If these declines were caused by our plugin, then no orders would be able to 
   process. I’d recommend reaching out to PayPal support and show them the `debug_id`
   in the log entry your shared. They can provide you with some additional information
   on why those cards were being declined.
 * Once PayPal support gets back to you with additional information, please feel
   free to share it here so we can review.
 * Kind Regards
 *  Thread Starter [osmanfromkickstartweb](https://wordpress.org/support/users/osmanfromkickstartweb/)
 * (@osmanfromkickstartweb)
 * [3 years ago](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/#post-16775608)
 * I will do that and I let you know. thanks
    -  This reply was modified 3 years ago by [osmanfromkickstartweb](https://wordpress.org/support/users/osmanfromkickstartweb/).
 *  [augustus1996](https://wordpress.org/support/users/augustus1996/)
 * (@augustus1996)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/#post-16786860)
 * [@osmanfromkickstartweb](https://wordpress.org/support/users/osmanfromkickstartweb/)
   for the meantime you can revert it to 1.29. 
   The issue was resolve when reverting
   it back to 1.29. I have the same issue as what you have. I think this is related
   to their latest version.
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/#post-16786893)
 * [@augustus1996](https://wordpress.org/support/users/augustus1996/) Can you assist
   in testing a patch? It looks like an outdated dependency was used in the other
   patch which didn’t have the latest logic for handling this PayPal scenario.
 * [https://drive.google.com/file/d/139SBzXdbSY1LEB1iFCJDrI_ZZnj9mJET/view?usp=drive_link](https://drive.google.com/file/d/139SBzXdbSY1LEB1iFCJDrI_ZZnj9mJET/view?usp=drive_link)
 *  Thread Starter [osmanfromkickstartweb](https://wordpress.org/support/users/osmanfromkickstartweb/)
 * (@osmanfromkickstartweb)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/#post-16786916)
 * Hello [@augustus1996](https://wordpress.org/support/users/augustus1996/) thanks
   for your reply. I revert to 1.29 but it still doesn’t work. I contacted PayPal
   but they keep making me go back and forth between the tech team and the customer
   support and nobody seems to get a solution. They keep telling me check the “advanced
   card processing” option, but that option is not supported in Luxembourg. 
   In 
   case it help here are more informations :
 * 
   The message that I get in the payment card box : “The verification of your MASTER_CARD-
   XXXX by your bank has failed. try another card.”
 * (I tried two cards from two different banks)
   The PayPal API calls log : status
   201– Response
 *     ```wp-block-code
       {
         "create_time": "2023-06-01T15:46:58Z",
         "id": "14Y66970YH4846320",
         "intent": "CAPTURE",
         "links": [
           {
             "href": "https://api.paypal.com/v2/checkout/orders/14Y66970YH4846320",
             "method": "GET",
             "rel": "self"
           },
           {
             "href": "https://www.paypal.com/checkoutnow?token=14Y66970YH4846320",
             "method": "GET",
             "rel": "approve"
           },
           {
             "href": "https://api.paypal.com/v2/checkout/orders/14Y66970YH4846320",
             "method": "PATCH",
             "rel": "update"
           },
           {
             "href": "https://api.paypal.com/v2/checkout/orders/14Y66970YH4846320/capture",
             "method": "POST",
             "rel": "capture"
           }
         ],
         "payer": {
           "address": {
             "address_line_1": "*****",
             "admin_area_2": "xxxxxxxxx",
             "country_code": "xx",
             "postal_code": "xxxx"
           },
           "name": {
             "given_name": "*****",
             "surname": "*****"
           }
         },
         "purchase_units": [
           {
             "amount": {
               "breakdown": {
                 "discount": {
                   "currency_code": "EUR",
                   "value": "0.00"
                 },
                 "handling": {
                   "currency_code": "EUR",
                   "value": "0.00"
                 },
                 "item_total": {
                   "currency_code": "EUR",
                   "value": "1.00"
                 },
                 "shipping": {
                   "currency_code": "EUR",
                   "value": "0.00"
                 },
                 "tax_total": {
                   "currency_code": "EUR",
                   "value": "0.00"
                 }
               },
               "currency_code": "EUR",
               "value": "1.00"
             },
             "items": [
               {
                 "description": "Product ID: 218",
                 "name": "Action(s)",
                 "quantity": "1",
                 "sku": "218",
                 "unit_amount": {
                   "currency_code": "EUR",
                   "value": "1.00"
                 }
               }
             ],
             "payee": {
               "email_address": "*****",
               "merchant_id": "xxxxxxxxx"
             },
             "reference_id": "default"
           }
         ],
         "status": "CREATED"
       }
       ```
   
 * Thanks for your help
    -  This reply was modified 2 years, 12 months ago by [osmanfromkickstartweb](https://wordpress.org/support/users/osmanfromkickstartweb/).
    -  This reply was modified 2 years, 12 months ago by [osmanfromkickstartweb](https://wordpress.org/support/users/osmanfromkickstartweb/).
    -  This reply was modified 2 years, 12 months ago by [osmanfromkickstartweb](https://wordpress.org/support/users/osmanfromkickstartweb/).
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/#post-16786924)
 * Hi [@osmanfromkickstartweb](https://wordpress.org/support/users/osmanfromkickstartweb/),
 * Try the update that we just provided a link to in the previous reply. I believe
   your specific issue might be related to 3DS and the order needing additional 
   approval.
 * The patch added logic to redirect to the 3DS approval page if PayPal requires
   is.
 * Thanks
 *  Thread Starter [osmanfromkickstartweb](https://wordpress.org/support/users/osmanfromkickstartweb/)
 * (@osmanfromkickstartweb)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/#post-16786963)
 * hI [@mrclayton](https://wordpress.org/support/users/mrclayton/) indeed, when 
   I pay, I don’t get to see the 3DS part, it fail just before. I just tried the
   last patch that you provided but I get the first error thatI sent with a 422 
   status : (again with the two cards)
 *     ```wp-block-code
       {"debug_id": "f9da3f8e11b35","details": [{"description": "The instrument presented was either declined by the processor or bank, or it can't be used for this payment.","issue": "INSTRUMENT_DECLINED"}],"links": [{"href": "https://developer.paypal.com/docs/api/orders/v2/#error-INSTRUMENT_DECLINED","method": "GET","rel": "information_link"},{"href": "https://www.paypal.com/checkoutnow?token=7H089630NY531653L","method": "GET","rel": "redirect"}],"message": "The requested action could not be performed, semantically incorrect, or failed business validation.","name": "UNPROCESSABLE_ENTITY"}
       ```
   
 *  [augustus1996](https://wordpress.org/support/users/augustus1996/)
 * (@augustus1996)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/#post-16787081)
 * [@mrclayton](https://wordpress.org/support/users/mrclayton/) I did try the new
   patch and I’m still “Error processing checkout. Please try again.” error. what
   would be the code you updated that cause this issue. your version 1.29 works 
   on my end.
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/#post-16787097)
 * [@augustus1996](https://wordpress.org/support/users/augustus1996/) Can you respond
   via the original thread that you created [here](https://wordpress.org/support/topic/error-processing-payment-8/).
   It’s difficult to track two different issues on the same thread, so that will
   keep it easier for us to manage.
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/#post-16787105)
 * Hi [@osmanfromkickstartweb](https://wordpress.org/support/users/osmanfromkickstartweb/)
   Ok thank you for confirming that patch didn’t change the behavior for you. Can
   you now try testing version 1.0.29 of our plugin. If you go to [this link](https://wordpress.org/plugins/pymntpl-paypal-woocommerce/advanced/)
   you can download version 1.0.29.
 * If you get the same error, that will tell us that the issue isn’t related to 
   any new version of our plugin. Based on the decline message from PayPal, it seems
   like they are not allowing your PayPal account to process that card brand.

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/page/2/?output_format=md)

The topic ‘Error processing payment still doesn’t work’ is closed to new replies.

 * ![](https://ps.w.org/pymntpl-paypal-woocommerce/assets/icon-256x256.png?rev=2718338)
 * [Payment Plugins for PayPal WooCommerce](https://wordpress.org/plugins/pymntpl-paypal-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pymntpl-paypal-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pymntpl-paypal-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/pymntpl-paypal-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pymntpl-paypal-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pymntpl-paypal-woocommerce/reviews/)

 * 22 replies
 * 3 participants
 * Last reply from: [osmanfromkickstartweb](https://wordpress.org/support/users/osmanfromkickstartweb/)
 * Last activity: [2 years, 12 months ago](https://wordpress.org/support/topic/error-processing-payment-still-doesnt-work/page/2/#post-16788495)
 * Status: resolved