Bunq Server Error API

Bunq Server Error API is a tool designed to help developers troubleshoot issues and debug server errors within the Bunq banking platform. This API provides detailed information about server errors, including error codes, error messages, and possible solutions. By integrating this API into their applications, developers can quickly identify and resolve server errors to ensure a smooth and seamless user experience.

OpenAPI Specification

bunq-server-error--openapi-original.yml Raw ↑
openapi: 3.0.0
info:
  title: 'Bunq server-error/'
  description: Needs description.
  termsOfService: http://bunq.com/terms-api/
  contact:
    name: bunq Developer Support
    url: http://bunq.com/developer
  license:
    name: Apache 2.0
    url: https://www.apache.org/licenses/LICENSE-2.0.html
  version: '1.0'
servers:
  - url: https://public-api.sandbox.bunq.com/{basePath}
    description: Sandbox server
    variables:
      basePath:
        default: v1
  - url: https://api.bunq.com/{basePath}
    description: Production server
    variables:
      basePath:
        default: v1
components:
  schemas: {}
paths: {}
tags: []