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.
DUPLICATE_INVOICE_ID
Returns from the Payments v1 or Orders v2 APIs.
Cause | Impact | Resolution |
---|---|---|
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. | 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. |
|
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 | Resolution |
---|---|---|
| The payment is declined, and the payment is not processed. This can lead to delays in completing the purchase. |
|
SHIPPING_ADDRESS_INVALID
Returns from the Payments v1 or Orders v2 APIs.
Cause | Impact | Resolution |
---|---|---|
| The payment is declined, and the payment is not processed. This can lead to delays in completing the purchase. |
|