DennisSnijder / bunq-api-client

A PHP Client Library for accessing Bunq's API.
10 stars 4 forks source link

API endpoint can only access sandbox environment #3

Open holtkamp opened 7 years ago

holtkamp commented 7 years ago

It seems that the API endpoint is fixed at the sandbox environment:

https://github.com/DennisSnijder/bunq-api-client/blob/64f2540e7f338e386b1a4b7fa8c7f900b3d17ba1/src/Snijder/Bunq/BunqClient.php#L141

For production purposes one should use https://api.bunq.com... any reason for this?