Bunq Sandbox User Person API

The Bunq Sandbox User Person API is a tool designed to allow developers to create and manipulate virtual user accounts within the Bunq banking system. By using this API, developers can simulate various user scenarios, such as opening new accounts, making transactions, and managing funds, all within a secure and controlled testing environment.

OpenAPI Specification

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