Pave Bank

Error Reference

Understand common error codes and what they mean when using the Pave Bank API.

Overview

When an error occurs, Pave Bank returns an HTTP status code that indicates the error type:

CodeStatusWhat it means
400Bad RequestRequest contains invalid data or is missing required information
401UnauthorizedAuthentication token is missing, invalid, or expired
403Permision DeniedInsufficient permissions to perform this action
404Not FoundThe requested resource does not exist
409ConflictRequest conflicts with an existing operation (e.g., duplicate idempotency key)
429Too Many RequestsRate limit has been exceeded for this API
500Internal Server ErrorAn internal server error occurred; retry or contact support

Error Response Format

All error responses follow this structure:

{
    "error": {
        "code": "<HTTP_STATUS_CODE>",
        "status": "<ERROR_STATUS>",
        "message": "<ERROR_MESSAGE>"
    }
}

Common Error Messages

On this page