Skip to content

Receiving a 401 response after authenticating #19

@Paul-Manart

Description

@Paul-Manart

Not too sure if a bug or just incorrect usage of the API.

I have initialized a new session through the following code, clicked the link and authorized:

init = client.initialize_session(institution_id = "ING_INGBNL2A", redirect_uri = "https://nordigen.com", reference_id=str(uuid4()))
print(init.link)

requisition_id = init.requisition_id
print(requisition_id)

Then copied the requisition_id and pasted in the following code:

accounts = client.requisition.get_requisition_by_id(requisition_id = "PASTED HERE")
print(json.dumps(accounts, indent = 2))

If I understand correctly, I have authorized properly, and should not be getting a 401 response.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions