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.
{% tabs %} {% tab title="PHP" %}
bash <(curl -s https://tinker.bunq.com/php/setup.sh)
{% endtab %}
{% tab title="Python" %}
bash <(curl -s https://tinker.bunq.com/python/setup.sh)
{% endtab %}
{% tab title="C#" %}
bash <(curl -s https://tinker.bunq.com/csharp/setup.sh)
{% endtab %}
{% tab title="Java" %}
bash <(curl -s https://tinker.bunq.com/java/setup.sh)
{% endtab %} {% endtabs %}