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.
Hey there @New-Raspberry-Ewe-798223292#292527 Thank you for being apart of our amazing community π
To receive assistance and guidance, please contact our API support at apipartner@bunq.com, they'll be able to help you further π
@New-Raspberry-Ewe-798223292#292527 Best to contact apipartner@bunq.com!
Thanks, I will try that!
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 π
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.
PKCS1_v1_5.pkcs1_15.new
PKCS1_v1_5.new