bunq / tinker_php

Install Tinker by just running this command: bash <(curl -s https://tinker.bunq.com/php/setup.sh)
MIT License
7 stars 8 forks source link

How to get a wildcard API for Sandbox Env #27

Closed sankarcn closed 6 years ago

sankarcn commented 6 years ago

Hello, This is more of a question rather than an issue. I am looking to get an API Key in BUNQ sandbox env which is wildcard API Key, so that I can create an Installation Context and proceed to use the API's. I was doing a POST to https://public-api.sandbox.bunq.com/v1/sandbox-user, but this key gives me an error when trying to create an API context. Thanks in Advance.

OGKevin commented 6 years ago

If you want a wildcard IP, you must enable this via the sandbox bunq app, the same way you would do on production.

Think about it, it would be a security risk to be able to enable this via the API itself.