• Developers
  • It seems that sandbox is out of IBANS ?

So, after all these jolly days, tt was a good time to get that nice spending overview I was working on. With that being said I was like: let's run these automation crons one more time on sandbox and then move to prod environment if everything works. Sandbox hits me with 500 all over the place :(.

So, i just sat there and let

while; do date  && curl https://public-api.sandbox.bunq.com/v1/sandbox-user -X POST \
    --header "Content-Type: application/json" \
    --header "Cache-Control: none" \
    --header "User-Agent: curl-request" \
    --header "X-Bunq-Client-Request-Id: $(uuidgen)" \
    --header "X-Bunq-Language: nl_NL" \
    --header "X-Bunq-Region: nl_NL" \
    --header "X-Bunq-Geolocation: 0 0 0 0 000"  && echo \\n && sleep 2; done

run for a while and then gave up. According to my investigations (more sandbox spamming with while loops :D)

According to the symptoms that I've noticed, it leads me to give sandbox the diagnose: out of IBANS. Can dr bunq be so kind as to provide sandbox with the needed medicine to fight these symptoms?

But anyway, I've moved to production. Let's hope there is no bug in there that transfers my millions to some Nigerian prince.

    I have a feeling that I might be a little to blame here

      Thanks for destroying the bunq API 🤣

        @Kevin-Green-Lynx#52672 Hahah my pleasure. I used to work there and I’ve caused the out of IBANs scenario like 3 times xD

          @OGKevin#52690 but how many IBANs are available in the Sandbox? And now they can reset the environment to make them available again?

            @Bastiaan#52704 Don’t remember how many are available but they can either reset sandbox or just generate more ibans. AFAIK there was a script for this. But that is if my diagnose is indeed correct :p but I think it is 😊 as everything works fine until you try to create a new MA. And when you try and create a new sandbox user... it tries to create a new MA as well. Am fails due to no available IBAN.

              Still no quick and easy fix 😑

                @OGKevin#53354 @Kevin-Green-Lynx#53309

                Hi guys and happy holidays! Sorry for that outage, the sandbox should be fully functional again now. Everything works according to my tests.

                Let me know if anything is still not operational.

                  Merci and happy holidays.

                  It's time to unleash my account and 10k payment generator for proper testing :D

                    Write a Reply...