Error codes
If a request to Zuora REST API fails, the response will contain an eight-digit error code with a corresponding error message to indicate the details of the error. For example,53100320
indicates that an invalid value is specified for the termType
field of the subscription
object.
The error code beginning with 9
usually indicates that an authentication-related issue occurred, and it can also indicate other unexpected errors depending on different cases. For example, 90000011
indicates that an invalid credential is provided in the request header.
Error codes for Zuora Billing
If a request to Zuora Billing REST API with an endpoint starting with /v1
(except Actions and CRUD operations) fails, the response will contain an eight-digit error code with a corresponding error message to indicate the details of the error.
See Error Handling for more information about Billing REST API error codes.