- CianRookieCO2 Saver
When creating a new sandbox user using the java tinker project, a "404 route not found" is always returned. This seems to be because the url used in the post request "https://public-api.sandbox.bunq.com/v1/sandbox-user" is not usable. The curl command provided in the documentation is "https://public-api.sandbox.bunq.com/v1/sandbox-user-person", and adding the "-person" to the tinker source fixes the 404 problem.