We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 155289a + 86f9a4b commit 868119dCopy full SHA for 868119d
1 file changed
src/main/java/com/bunq/tinker/libs/BunqLib.java
@@ -291,7 +291,7 @@ private SandboxUser generateNewSandboxUser() {
291
OkHttpClient client = new OkHttpClient();
292
293
Request request = new Request.Builder()
294
- .url("https://sandbox.public.api.bunq.com/v1/sandbox-user")
+ .url("https://public-api.sandbox.bunq.com/v1/sandbox-user")
295
.post(RequestBody.create(null, new byte[0]))
296
.addHeader("x-bunq-client-request-id", "1234")
297
.addHeader("cache-control", "no-cache")
0 commit comments