Overview
Errors can occur during interactions with the Novac API for different reasons.This guide explains the types of errors you might encounter and how to resolve them efficiently.
Authentication Errors
Authentication errors happen when there are issues with your API credentials.- Ensure you’re using the correct Public or Secret keys.
- Verify that keys are placed in the correct headers.
- Check that you’re using the right keys for Test vs Live environments.
Validation Errors
Validation errors occur when your request data does not meet the required format or criteria.Common causes include:
- Missing required fields.
- Invalid data formats for example, wrong date or number format.
- Exceeding character or length limits.
Server Errors
Server errors indicate issues on Novac’s side, such as outages or temporary service interruptions.- If you encounter a server error, wait a few moments and retry the request.
- If the issue persists, contact Support.
Common Errors
400 Bad Request
This happens when the request payload or parameters are invalid.Double-check required fields, data types, and formatting.