Hey, we have some cookies
By clicking “Accept”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our Privacy Policy for more information.

Our post are auto-translated for your convenience, but please note that the quality of these translations may not be perfect. We are working on ways to improve the translations for a better reading experience.

Meet the easiest-to-use banking API in the world!

January 24, 2020
Girl sitting on her living room using her laptop

You no longer need to puzzle over the complicated set up that banking APIs require. You just use it, your way, fast.

Ask our API to do anything you want in minutes

You have been sharing your experience and ideas with us, especially at the last bunq Hackathon. Your feedback inspired us to make our API simpler, while just as secure. Meet the updated bunq API!

Set up API calls easier than ever

  • No redundant headers: you don’t need to deal with the annoying X-Bunq-Geolocation (only if you want to link payments to a location in the map📍). X-Bunq-Language, X-Bunq-Region and X-Bunq-Request-Id aren’t required too!
  • No signing enigmas: only sign request body and only when it is mandatory. We ensure your data is secure with TLS and certificate pinning.

Enjoy the ability to build any app you can imagine

  • Ultimate OAuth power: build apps that create monetary accounts, request money, and order debit and credit cards.
  • Easier working with cards: zero obstacles on your way to ordering and updating bunq cards.

Find a detailed technical overview of what’s new in our API Changelog.

Using the bunq API is now as simple as ever

You can export your transactions with a super short command:

curl https://api.bunq.com/v1/user//monetary-account//payment -s \

-H "X-Bunq-Client-Authentication: "

Easily integrate web payments into a web app. The payers can now pay with credit cards too!

curl -X POST https://api.bunq.com/v1/user//monetary-account//request-inquiry -s \

-H "X-Bunq-Cient-Authentication: " \

-d '{

"amount_inquired":{

"value":"1.42",

"currency":"EUR"

},

"allow_bunqme": true,

"counterparty_alias":{

"type":"EMAIL",

"value":"customer@example.com",

"name":"John Doe"

},

"description":"My payment request sent through the bunq API"

}'

{{blog-cta-5-minutes="/blog-cta/5-minutes"}}

Share this post

Here's how bunq can help

Business

Streamline your business with bunq and easily save time and money on your finances.

Back to top