bunq website screenshot

bunq

bunq is a European (Dutch) neobank offering personal and business accounts across the EU. Its Public API is a REST API over HTTPS (https://api.bunq.com/v1, sandbox https://public-api.sandbox.bunq.com/v1) that lets account holders and licensed third parties read accounts, initiate SEPA and internal payments, send and answer payment requests, manage cards, export statements, upload attachments, and subscribe to event callbacks. bunq uses a distinctive multi-step handshake - installation (register an RSA public key), device-server, then session-server - after which requests are RSA-signed with X-Bunq-Client-Signature and authenticated with a session token in X-Bunq-Client-Authentication.

bunq publishes 9 APIs on the APIs.io network, including Attachment API, Card API, Customer Statement API, and 6 more. Tagged areas include Banking, Neobank, Payments, Accounts, and SEPA.

bunq’s developer surface includes authentication, documentation, sandbox, pricing, engineering blog, and 13 more developer resources.

45.6/100 developing ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
9 APIs
BankingNeobankPaymentsAccountsSEPAOpen BankingFintechEuropeNetherlands

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 45.6/100 · developing
Contract Quality 15.1 / 25
Developer Ergonomics 7.4 / 20
Commercial Clarity 12.1 / 20
Operational Transparency 6.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/bunq: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 9

Individual APIs this provider publishes, each with its own machine-readable definition.

bunq Attachment API

Upload and retrieve attachment content.

bunq Card API

Debit and credit cards linked to monetary accounts.

bunq Customer Statement API

Generate and download account statement exports (CSV, MT940, PDF).

bunq Handshake API

Installation, device registration, and session bootstrap. Establishes the RSA-signed API context.

bunq Monetary Account API

Bank, savings, and joint accounts holding money.

bunq Notification Filter API

Manage URL (webhook) and push notification callbacks for account events.

bunq Payment API

Execute and read payments (including SEPA) for a monetary account.

bunq Request Inquiry API

Create and read payment requests (money you ask another party to pay).

bunq User API

The authenticated user (person, company, or payment service provider).

Scroll for all 9

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

bunq Public API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Bunq Plans Pricing

7 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Bunq Rate Limits

6 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Bunq Finops

FINOPS

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Bunq Authentication

apiKey/signature · 3 schemes

SECURITY

Bunq Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Bunq Vulnerability Disclosure

security.txt · contact published

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Bunq Agentic Access

28 operations · 11 acting

28 operations · 11 acting

AGENTIC

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 4

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: bunq
url: https://raw.githubusercontent.com/api-evangelist/bunq/refs/heads/main/apis.yml
name: bunq
kind: company
description: bunq is a European (Dutch) neobank offering personal and business accounts across the EU. Its Public API is a
  REST API over HTTPS (https://api.bunq.com/v1, sandbox https://public-api.sandbox.bunq.com/v1) that lets account holders
  and licensed third parties read accounts, initiate SEPA and internal payments, send and answer payment requests, manage
  cards, export statements, upload attachments, and subscribe to event callbacks. bunq uses a distinctive multi-step handshake
  - installation (register an RSA public key), device-server, then session-server - after which requests are RSA-signed with
  X-Bunq-Client-Signature and authenticated with a session token in X-Bunq-Client-Authentication.
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/bunq.png
tags:
- Banking
- Neobank
- Payments
- Accounts
- SEPA
- Open Banking
- Fintech
- Europe
- Netherlands
created: '2023-11-13'
modified: '2026-07-12'
specificationVersion: '0.19'
apis:
- aid: bunq:bunq-attachment-api
  name: bunq Attachment API
  description: Upload and retrieve attachment content.
  humanURL: https://doc.bunq.com/basics/authentication
  baseURL: https://api.bunq.com/v1
  tags:
  - Attachment
  properties:
  - type: OpenAPI
    url: openapi/bunq-attachment-api-openapi.yml
  - type: Documentation
    url: https://doc.bunq.com/basics/authentication
  - type: APIReference
    url: https://doc.bunq.com/basics/signing
  - type: PostmanCollection
    url: collections/bunq.postman_collection.json
  - type: OpenCollection
    url: collections/bunq.opencollection.json
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/user
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/monetary-account
  - type: Documentation
    url: https://doc.bunq.com/payment/payment
  - type: Documentation
    url: https://doc.bunq.com/request/request-inquiry
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/card
  - type: Documentation
    url: https://doc.bunq.com/content-and-exports
  - type: Documentation
    url: https://doc.bunq.com/customer-statements
  - type: Documentation
    url: https://doc.bunq.com/basics/callbacks-webhooks
  - type: APIReference
    url: https://doc.bunq.com/notification-filter
- aid: bunq:bunq-card-api
  name: bunq Card API
  description: Debit and credit cards linked to monetary accounts.
  humanURL: https://doc.bunq.com/basics/authentication
  baseURL: https://api.bunq.com/v1
  tags:
  - Card
  properties:
  - type: OpenAPI
    url: openapi/bunq-card-api-openapi.yml
  - type: Documentation
    url: https://doc.bunq.com/basics/authentication
  - type: APIReference
    url: https://doc.bunq.com/basics/signing
  - type: PostmanCollection
    url: collections/bunq.postman_collection.json
  - type: OpenCollection
    url: collections/bunq.opencollection.json
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/user
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/monetary-account
  - type: Documentation
    url: https://doc.bunq.com/payment/payment
  - type: Documentation
    url: https://doc.bunq.com/request/request-inquiry
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/card
  - type: Documentation
    url: https://doc.bunq.com/content-and-exports
  - type: Documentation
    url: https://doc.bunq.com/customer-statements
  - type: Documentation
    url: https://doc.bunq.com/basics/callbacks-webhooks
  - type: APIReference
    url: https://doc.bunq.com/notification-filter
- aid: bunq:bunq-customer-statement-api
  name: bunq Customer Statement API
  description: Generate and download account statement exports (CSV, MT940, PDF).
  humanURL: https://doc.bunq.com/basics/authentication
  baseURL: https://api.bunq.com/v1
  tags:
  - Customer Statement
  properties:
  - type: OpenAPI
    url: openapi/bunq-customer-statement-api-openapi.yml
  - type: Documentation
    url: https://doc.bunq.com/basics/authentication
  - type: APIReference
    url: https://doc.bunq.com/basics/signing
  - type: PostmanCollection
    url: collections/bunq.postman_collection.json
  - type: OpenCollection
    url: collections/bunq.opencollection.json
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/user
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/monetary-account
  - type: Documentation
    url: https://doc.bunq.com/payment/payment
  - type: Documentation
    url: https://doc.bunq.com/request/request-inquiry
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/card
  - type: Documentation
    url: https://doc.bunq.com/content-and-exports
  - type: Documentation
    url: https://doc.bunq.com/customer-statements
  - type: Documentation
    url: https://doc.bunq.com/basics/callbacks-webhooks
  - type: APIReference
    url: https://doc.bunq.com/notification-filter
- aid: bunq:bunq-handshake-api
  name: bunq Handshake API
  description: Installation, device registration, and session bootstrap. Establishes the RSA-signed API context.
  humanURL: https://doc.bunq.com/basics/authentication
  baseURL: https://api.bunq.com/v1
  tags:
  - Handshake
  properties:
  - type: OpenAPI
    url: openapi/bunq-handshake-api-openapi.yml
  - type: Documentation
    url: https://doc.bunq.com/basics/authentication
  - type: APIReference
    url: https://doc.bunq.com/basics/signing
  - type: PostmanCollection
    url: collections/bunq.postman_collection.json
  - type: OpenCollection
    url: collections/bunq.opencollection.json
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/user
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/monetary-account
  - type: Documentation
    url: https://doc.bunq.com/payment/payment
  - type: Documentation
    url: https://doc.bunq.com/request/request-inquiry
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/card
  - type: Documentation
    url: https://doc.bunq.com/content-and-exports
  - type: Documentation
    url: https://doc.bunq.com/customer-statements
  - type: Documentation
    url: https://doc.bunq.com/basics/callbacks-webhooks
  - type: APIReference
    url: https://doc.bunq.com/notification-filter
- aid: bunq:bunq-monetary-account-api
  name: bunq Monetary Account API
  description: Bank, savings, and joint accounts holding money.
  humanURL: https://doc.bunq.com/basics/authentication
  baseURL: https://api.bunq.com/v1
  tags:
  - Monetary Account
  properties:
  - type: OpenAPI
    url: openapi/bunq-monetary-account-api-openapi.yml
  - type: Documentation
    url: https://doc.bunq.com/basics/authentication
  - type: APIReference
    url: https://doc.bunq.com/basics/signing
  - type: PostmanCollection
    url: collections/bunq.postman_collection.json
  - type: OpenCollection
    url: collections/bunq.opencollection.json
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/user
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/monetary-account
  - type: Documentation
    url: https://doc.bunq.com/payment/payment
  - type: Documentation
    url: https://doc.bunq.com/request/request-inquiry
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/card
  - type: Documentation
    url: https://doc.bunq.com/content-and-exports
  - type: Documentation
    url: https://doc.bunq.com/customer-statements
  - type: Documentation
    url: https://doc.bunq.com/basics/callbacks-webhooks
  - type: APIReference
    url: https://doc.bunq.com/notification-filter
- aid: bunq:bunq-notification-filter-api
  name: bunq Notification Filter API
  description: Manage URL (webhook) and push notification callbacks for account events.
  humanURL: https://doc.bunq.com/basics/authentication
  baseURL: https://api.bunq.com/v1
  tags:
  - Notification Filter
  properties:
  - type: OpenAPI
    url: openapi/bunq-notification-filter-api-openapi.yml
  - type: Documentation
    url: https://doc.bunq.com/basics/authentication
  - type: APIReference
    url: https://doc.bunq.com/basics/signing
  - type: PostmanCollection
    url: collections/bunq.postman_collection.json
  - type: OpenCollection
    url: collections/bunq.opencollection.json
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/user
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/monetary-account
  - type: Documentation
    url: https://doc.bunq.com/payment/payment
  - type: Documentation
    url: https://doc.bunq.com/request/request-inquiry
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/card
  - type: Documentation
    url: https://doc.bunq.com/content-and-exports
  - type: Documentation
    url: https://doc.bunq.com/customer-statements
  - type: Documentation
    url: https://doc.bunq.com/basics/callbacks-webhooks
  - type: APIReference
    url: https://doc.bunq.com/notification-filter
- aid: bunq:bunq-payment-api
  name: bunq Payment API
  description: Execute and read payments (including SEPA) for a monetary account.
  humanURL: https://doc.bunq.com/basics/authentication
  baseURL: https://api.bunq.com/v1
  tags:
  - Payment
  properties:
  - type: OpenAPI
    url: openapi/bunq-payment-api-openapi.yml
  - type: Documentation
    url: https://doc.bunq.com/basics/authentication
  - type: APIReference
    url: https://doc.bunq.com/basics/signing
  - type: PostmanCollection
    url: collections/bunq.postman_collection.json
  - type: OpenCollection
    url: collections/bunq.opencollection.json
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/user
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/monetary-account
  - type: Documentation
    url: https://doc.bunq.com/payment/payment
  - type: Documentation
    url: https://doc.bunq.com/request/request-inquiry
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/card
  - type: Documentation
    url: https://doc.bunq.com/content-and-exports
  - type: Documentation
    url: https://doc.bunq.com/customer-statements
  - type: Documentation
    url: https://doc.bunq.com/basics/callbacks-webhooks
  - type: APIReference
    url: https://doc.bunq.com/notification-filter
- aid: bunq:bunq-request-inquiry-api
  name: bunq Request Inquiry API
  description: Create and read payment requests (money you ask another party to pay).
  humanURL: https://doc.bunq.com/basics/authentication
  baseURL: https://api.bunq.com/v1
  tags:
  - Request Inquiry
  properties:
  - type: OpenAPI
    url: openapi/bunq-request-inquiry-api-openapi.yml
  - type: Documentation
    url: https://doc.bunq.com/basics/authentication
  - type: APIReference
    url: https://doc.bunq.com/basics/signing
  - type: PostmanCollection
    url: collections/bunq.postman_collection.json
  - type: OpenCollection
    url: collections/bunq.opencollection.json
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/user
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/monetary-account
  - type: Documentation
    url: https://doc.bunq.com/payment/payment
  - type: Documentation
    url: https://doc.bunq.com/request/request-inquiry
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/card
  - type: Documentation
    url: https://doc.bunq.com/content-and-exports
  - type: Documentation
    url: https://doc.bunq.com/customer-statements
  - type: Documentation
    url: https://doc.bunq.com/basics/callbacks-webhooks
  - type: APIReference
    url: https://doc.bunq.com/notification-filter
- aid: bunq:bunq-user-api
  name: bunq User API
  description: The authenticated user (person, company, or payment service provider).
  humanURL: https://doc.bunq.com/basics/authentication
  baseURL: https://api.bunq.com/v1
  tags:
  - User
  properties:
  - type: OpenAPI
    url: openapi/bunq-user-api-openapi.yml
  - type: Documentation
    url: https://doc.bunq.com/basics/authentication
  - type: APIReference
    url: https://doc.bunq.com/basics/signing
  - type: PostmanCollection
    url: collections/bunq.postman_collection.json
  - type: OpenCollection
    url: collections/bunq.opencollection.json
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/user
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/monetary-account
  - type: Documentation
    url: https://doc.bunq.com/payment/payment
  - type: Documentation
    url: https://doc.bunq.com/request/request-inquiry
  - type: Documentation
    url: https://doc.bunq.com/basics/bunq-api-objects/card
  - type: Documentation
    url: https://doc.bunq.com/content-and-exports
  - type: Documentation
    url: https://doc.bunq.com/customer-statements
  - type: Documentation
    url: https://doc.bunq.com/basics/callbacks-webhooks
  - type: APIReference
    url: https://doc.bunq.com/notification-filter
common:
- type: AgenticAccess
  url: agentic-access/bunq-agentic-access.yml
- type: Authentication
  url: authentication/bunq-authentication.yml
- type: VulnerabilityDisclosure
  url: security/bunq-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/bunq-domain-security.yml
- type: GitHubOrganization
  url: https://github.com/bunq
- type: LinkedIn
  url: https://www.linkedin.com/company/bunq
- type: Website
  url: https://www.bunq.com/
- type: Documentation
  url: https://doc.bunq.com/
- type: DeveloperPortal
  url: https://developer.bunq.com/
- type: Plans
  url: plans/bunq-plans-pricing.yml
- type: RateLimits
  url: rate-limits/bunq-rate-limits.yml
- type: FinOps
  url: finops/bunq-finops.yml
- type: Sandbox
  url: https://beta.doc.bunq.com/basics/sandbox
- type: StatusPage
  url: https://status.bunq.com/
- type: Pricing
  url: https://www.bunq.com/en-us/documents/pricing-sheet
- type: TermsOfService
  url: https://www.bunq.com/documents/terms-conditions
- type: Blog
  url: https://medium.com/bunq-developers-corner
- url: https://medium.com/feed/bunq-developers-corner
  type: BlogRSS
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com