Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Standing orders endpoint is not working #113

@dcguim

Description

@dcguim

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

Despite the 0.2 swagger api documentation claiming this endpoint exist, vide:
https://app.swaggerhub.com/apis/Rots/N26/0.2#/transactions/get_transactions_so

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions