Münzen API
  • Home
  • Getting Started
  • API Overview
    • API Reference
    • API Requests
    • API Authentication
    • Environments
    • Errors
    • Callbacks (Webhooks)
    • Currencies, Confirmations, and Limits
    • How to accept crypto payments
    • Proof of Funds
    • AML & Compliance Checks
  • Testing
    • How to check integration
  • Invoices
    • What is Invoices
    • Create an Invoice
    • Invoice Statuses
    • Invoice Callbacks
  • Channels
    • What is Channels
    • Create a Channel
    • Channel Payment Statuses
    • Channel Callbacks
  • Payment Widget
    • What is Payment Widget
    • Integration Guide for Payment Widget
      • Params for Channel Widget
  • Payouts
    • What is Payouts
    • Create a Payout
    • Payout Statuses
    • Payout Callbacks
  • Useful Information
    • Testnet Faucets
Powered by GitBook
On this page
  • General Information
  • HTTP Error Codes
  • Application Errors
  1. API Overview

Errors

General Information

We have the following structure of API response:

{
    "data": null,
    "error": {
        "code": "error_code",
        "message": "Error Message"
    }
}

In case of an error the data field will be empty and the error field will contain an object with code and message fields.

HTTP Error Codes

Working with our API you can receive the following HTTP error codes:

HTTP Code
Description
How to solve

400

Validation error

Check API request params and their limits

401

Unauthenticated request

404

Requested resource was not found

500

Internal server error

Application Errors

We will update full list of application errors soon.

PreviousEnvironmentsNextCallbacks (Webhooks)

Last updated 2 years ago

Check

This is on our side. Be assured that we are already aware of this error and are investigating it. If you still receiving this error contact our technical support team via .

Authentication headers
[email protected]