Bunq Sandbox User Company API

The Bunq Sandbox User Company API is a tool that allows developers to easily create and manage sample company accounts within the Bunq financial platform for testing purposes. This API provides developers with the ability to simulate various company profiles, including employees, bank accounts, transactions, and more, in order to test and debug their applications in a controlled environment.

OpenAPI Specification

bunq-sandbox-user-company--openapi-original.yml Raw ↑
openapi: 3.0.0
info:
  title: 'Bunq sandbox-user-company/'
  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: []