PayPal Error INSTRUMENT_DECLINED
– Main Cause
INSTRUMENT_DECLINED is an error code returned by the PayPal API indicating that the customer’s payment method was declined during the transaction attempt. In practice, this means the payer’s funding source (credit card or account) could not be used to complete the payment[12]. PayPal returns this error with a 422 Unprocessable Entity status when the payment action fails at the financial institution or PayPal’s internal validation.
Origin and Meaning of the Error
When PayPal shows INSTRUMENT_DECLINED
, the main cause is a refusal from the customer’s bank or PayPal. In other words, the customer’s funding source has not been authorized by the payment processor or the card issuer[12]. This message does not indicate a technical problem on your site or integration, but rather a failure of the buyer’s payment instrument. According to the official documentation, if the customer’s funding source fails, the Orders API returns this error[5].
In summary, even if the customer’s card appears valid and the balance sufficient, PayPal considers the payment refused by the customer’s financial institution. For example, a PayPal expert confirmed that this code means the selected payment method was declined (often by the issuing bank) and not a bug from the store[1]. Similarly, PayPal technical support indicates that the issue originates on the buyer’s side (bank or card issuer) rather than the seller[13].
Common Reasons for Payment Decline
Several factors can explain why the payment method is declined even when “everything seems fine” on the customer’s side:
- Incorrect or non-matching billing address: If the billing address linked to the card does not match the bank’s records, the transaction can be refused[5].
- Card limit exceeded: The transaction may exceed the card’s allowed limit (too high an amount, monthly cap reached, etc.), leading to rejection by the issuer[5].
- Issuer bank refusal: The cardholder’s bank may simply refuse the transaction. This can happen in cases of insufficient funds, suspected fraud, or a card restriction[5]. For example, some prepaid cards or region-restricted cards are not accepted for certain purchases[4].
- Cancellation by the customer: If the buyer cancels or interrupts the payment process on the PayPal interface, the system may return a payment failure
INSTRUMENT_DECLINED
(the card is not charged in this case)[13].
Each of these situations leads to the same result: payment not authorized by the customer’s funding channel, hence the error message indicating the failure. PayPal officially describes the error as “The instrument presented was either declined by the processor or bank, or it can’t be used for this payment”, confirming that it is indeed a rejection of the payment instrument[12].
What to Do About This Error?
Since the error comes from a refusal on the customer’s side, the merchant’s technical leverage is limited. Here are some recommendations:
- Inform the customer: Let your customer know that their payment was refused by their bank or by PayPal. Suggest they verify that their card has sufficient funds and no limits have been reached[7].
- Offer an alternative: Encourage the customer to try again with a different payment method (another card, another PayPal account, etc.). PayPal recommends, in the case of
INSTRUMENT_DECLINED
, restarting the payment process so the buyer can choose another payment option[3]. - Check the information: If possible, ask the customer to confirm that their billing address and card details are up to date and correct, as inconsistencies can cause refusal[5].
- Contact support if necessary: If the problem persists despite attempts with other payment methods, direct yourself (or the customer) to PayPal technical support for more details. PayPal can provide a more precise decline code or advice based on the transaction’s debug_id that failed[7].
In conclusion, the error “Payment processing failed. [UNPROCESSABLE_ENTITY]… INSTRUMENT_DECLINED” mainly indicates a payment rejection by the customer’s financial institution. The root cause is therefore a problem with the buyer’s payment instrument (blocked card, insufficient funds, incorrect information, or other reason for bank refusal)[12][13]. This is not a defect of your site or plugin, but a legitimate PayPal response indicating that the payment could not be honored. The best approach is to guide the customer to a solution (verifying their information, choosing another payment method) to complete the order securely.
PayPal Error in question
Failed to process the payment. Please try again or contact the shop admin. [UNPROCESSABLE_ENTITY] The requested action could not be performed, semantically incorrect, or failed business validation. https://developer.paypal.com/api/rest/reference/orders/v2/errors/#INSTRUMENT_DECLINED CardButtonGateway.php:314 [UNPROCESSABLE_ENTITY] The requested action could not be performed, semantically incorrect, or failed business validation. https://developer.paypal.com/api/rest/reference/orders/v2/errors/#INSTRUMENT_DECLINED OrderEndpoint.php:346 Order status changed from Pending payment to Failed.