Closed metelidrissi closed 1 year ago
Hi!
redirectUri - is the url where user will be redirected after completing authorization with institution.
Regarding getting respond of 0 accounts, it means that you didn't authorized with an institution,
at this line $link = $session["link"]
- you are getting authorization link and you need to go throughout that process and only after that you can retrieve your accounts data.
Please take a look at example directory
Hello,
I'm not sure of what redirectUri i have to write, if it's the uri of the Institution_id, where i have to get it?
Also when i'm trying that i get response of 0 accounts.
I can see the data response, but it shows ["accounts"]=> array(0) { }, maybe something wrong?
Thanks