Batch API Status Codes
DOCS
Last updated: Feb 27th, 8:26am
Important: The PayPal Batch API is available as a limited-release API to select merchants and partners. Use this API to make batch requests to the /v2/checkout/orders, v1/payments/payment, and /v2/payments endpoints.
| Status code | Response | Description |
|---|---|---|
400 |
INVALID_REQUEST |
The request is not well-formed, syntactically incorrect, or violates schema. |
403 |
NOT_AUTHORIZED |
The authorization failed due to insufficient permissions. |
404 |
RESOURCE_NOT_FOUND |
The specified resource does not exist. |
422 |
UNPROCESSABLE_ENTITY |
The requested action could not be completed, is semantically incorrect, or failed business validation. |
500 |
INTERNAL_SERVER_ERROR |
An internal server error has occurred. |