• Developers API
  • Python SDK

I am trying to use the Python SDK for Bunq but it always fails with the same message:

BunqException: Could not validate response signature.

This both in the Sandbox and in production. I am using the sdk exactly as written.

    Thanks, I will try that!

      8 months later

      Ich habe das gleiche Problem. Hast du eine LΓΆsung gefunden?

        Hey @Philipp233#298076 πŸ‘‹ Thank you for engaging with our community 🌈

        Please contact our dedicated team at apipartner@bunq.com with more details. They'll be more than happy to help with this πŸ™

          a month later
          • JorisRookie

            •  

          in sdk_python/bunq/sdk/security/security.py replace two instances of PKCS1_v1_5.pkcs1_15.new with PKCS1_v1_5.new to solve the verification of the server response signatures.

            Write a Reply...