You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2023. It is now read-only.
I believe the standing orders endpoint is not working, follow the result ofapi_client.get_standing_orders():
Traceback (most recent call last):
File "main.py", line 7, in <module>
print(api_client.get_standing_orders())
File ".../python-n26/n26/api.py", line 184, in get_standing_orders
return self._do_request(GET, BASE_URL_DE + '/api/transactions/so')
File ".../python-n26/n26/api.py", line 310, in _do_request
response.raise_for_status()
File ".../venv/lib/python3.8/site-packages/requests/models.py", line 960, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://api.tech26.de/api/transactions/so