-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error encountered when passing parameters to get Balance Transactions #349
Comments
@geertjanvdenbosch could somebody look into this one as soon as possible? |
@palakraina you are trying to retrieve a list of balance transactions from this endpoint, correct? If yes, you would need to change the method from get to list, can you check if this is resolving the error? |
Hi @maria-swierblewska I had tried that but its giving error
or even
These doesn't exist. Also, looking at the source code |
Hi @palakraina, We've just released version 3.6.1 (https://github.com/mollie/mollie-api-python/releases/tag/3.6.1), this release fixes the params issue. |
Hi @geertjanvdenbosch , |
Hi,
In order to get balance transactions with the following code:
It errors out
mollie.api.error.UnprocessableEntityError: Non-existent query parameter "params.from" for this API call. Did you mean: "from"?
The error is the same even if we pass one param or any individual param standalone as well.
Note: There is no error without passing params. The below works:
The text was updated successfully, but these errors were encountered: