Tinker

Tinker is a sample project we built on top of our SDKs. It showcases the most common uses of the bunq SDKs and is easy to reuse in your integration.

Run the command in your language of choice to download and open the project.

It is auto connected to the sandbox so you don't need to worry about creating an API key. To switch to the production, scan the “go pro” QR code.

Tinker is in particular useful for creating test users. It generates sandbox users with login credentials that you can use in the sandbox bunq app.

bash <(curl -s https://tinker.bunq.com/php/setup.sh)

Last updated