bunq is a digital, mobile-first bank founded in 2012 by Ali Niknam in Amsterdam, Netherlands. It operates with a full European banking license from the Dutch Central Bank (DNB). The core purpose of bunq is to make banking simple, transparent, and enjoyable, putting users in control of their money. Unlike traditional banks, bunq does not have physical branches and all operations are managed through its mobile application. The platform offers personal and business accounts with features designed for modern life, including easy budgeting, international payments, and tools for saving and investing, all within a single app.
bunq offers several subscription plans for both personal and business users. Each plan is designed for different needs.
bunq offers a bunq Free plan. This plan is a simple savings account that allows users to earn high interest on their deposits. It includes one free SEPA payment per month. However, it does not include a physical card, multiple sub-accounts for budgeting, or access to investment and advanced travel features. Users can upgrade to a paid plan at any time to unlock more functionalities. All paid plans typically start with a 30-day free trial.
Getting started with bunq is a quick process done entirely on your phone.
Pros:
Cons:
bunq provides integrations to connect your bank account with other software and services, primarily through its open API and partnerships.
bunq provides a comprehensive and open API that allows developers to build their own applications and integrations on top of the bunq platform. You can automate payments, manage accounts, and access transaction data programmatically. To get started, you need to create an API key, which can be done for free directly from the bunq app under the Security & Settings menu. The API is well-documented on the bunq developer portal.
Example API code (Python) to get account balance:
from bunq.sdk.context import ApiContext, ApiEnvironment
from bunq.sdk.context import BunqContext
from bunq.sdk.model.generated import endpoint
# Load the API context from a file.
api_context = ApiContext.restore('bunq.conf')
# Activate the session.
BunqContext.load_api_context(api_context)
# Get all monetary accounts.
accounts = endpoint.MonetaryAccountBank.list().value
# Print the balance of the first account.
print(accounts[0].balance.value)
bunq offers a referral program called "bunq Friends" rather than a traditional affiliate program. Existing users can invite friends to join bunq using a personal invitation link found in the app. When a friend signs up and starts using their account (for example, by making a certain number of card payments), both the referrer and the new user can receive a reward. The reward is often a cash bonus or a number of planted trees. The specific terms and rewards can change, so it is best to check the 'Friends' section in the bunq app for the most current information. For larger partnerships or influencer collaborations, it is recommended to contact their business development or marketing team directly.
Show your users that bunq is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/bunq?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-bunq" target="_blank"><img src="https://saasprofile.com/bunq/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="bunq badge" loading="lazy" /></a>