-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working