Unprocessable entity
The requested action could not be performed, is semantically incorrect, or failed business validation. The following issues may return from anUNPROCESSABLE_ENTITY
error.Note: If an issue persists or if you have further questions, you can reach out to paypal-techsupport.com.
CARD_EXPIRED
Returns from the PayPal Orders v2 or Payments v1 APIs.
Cause | This error occurs when a PayPal payment attempt fails due to an expired card. An expired card is no longer valid for transactions. The buyer must use a different card or select an alternative payment method to complete the payment. |
---|---|
Impact | The payment process is halted, preventing the buyer from finalizing their purchase. This can lead to lost sales if the issue is not resolved promptly. |
Resolution |
|
DUPLICATE_INVOICE_ID
Returns from the Payments v1 or Orders v2 APIs.
Cause | The PayPal REST API generates this error when it detects a duplicate invoice ID. Each transaction must have a unique invoice_id to prevent duplicate transactions. Typically, the invoice_id corresponds to the order_id on the merchant's side. In this scenario, the same order_id is likely reused for a different or new transaction call to PayPal. The invoice_id is a unique field within PayPal's system. |
---|---|
Impact | The payment process is halted, preventing the buyer from finalizing their purchase. This can lead to lost sales if the issue is not resolved promptly. |
Resolution |
|
ORDER_ALREADY_AUTHORIZED
Returns from the Payments v2 or Orders v2 APIs.
Cause |
|
---|---|
Impact |
|
Resolution |
|
ORDER_ALREADY_CAPTURED
Returns from the Orders v2 API.
Cause |
|
---|---|
Impact |
|
Resolution |
|
ORDER_NOT_APPROVED
Returns from the Payments v1 or Orders v2 APIs.
Cause |
|
---|---|
Impact | The payment is declined, and the payment is not processed. This can lead to delays in completing the purchase. |
Resolution |
|
PAYEE_NOT_ENABLED_FOR_CARD_PROCESSING
Returns from the Orders v2 API.
Cause |
|
---|---|
Impact |
|
Resolution |
|
REDIRECT_PAYER_FOR_ALTERNATE_FUNDING
Returns from the Payments v1 or Orders v2 APIs.
Cause | The API returns this error when a PayPal payment fails due to an issue with the payment method the buyer selected in their PayPal wallet. |
---|---|
Impact | The payment process is halted, preventing the buyer from finalizing their purchase. This can lead to lost sales if the issue is not resolved promptly. |
Resolution |
|
REFERENCED_CARD_EXPIRED
Returns from the Orders v2 or Vault v3 APIs.
Cause | The API returns this error when a transaction is attempted using a saved payment method token, but the card linked to the token is expired. As a result, the transaction fails. The buyer must use a different card or choose another payment method to continue. |
---|---|
Impact | The payment process is halted, preventing the buyer from finalizing their purchase. This can lead to lost sales if the issue is not resolved promptly. |
Resolution |
|
SHIPPING_ADDRESS_INVALID
Returns from the Payments v1 or Orders v2 APIs.
Cause |
|
---|---|
Impact | The payment is declined, and the payment is not processed. This can lead to delays in completing the purchase. |
Resolution |
|
TOKEN_ID_NOT_FOUND
Returns from the Payments v1 or Orders v2 APIs.
Cause | This error occurs when PayPal does not recognize the token ID in the API request. Possible causes include an invalid or mistyped token. It can also occur if the API caller does not have the required permissions from the receiver's account to use the token. |
---|---|
Impact | The payment process is halted, preventing the buyer from finalizing their purchase. This can lead to lost sales if the issue is not resolved promptly. |
Resolution |
|