HomeGuidesAPI ReferenceChangelogDiscussions
Log InAPI Reference
Discussions

Discussions

Ask a Question
Back to All

probleme to finnilize account access

I am using docker getway mode and mock bank for the test, I registered my user with "[email protected]",

so I got psuid which is different from the test psuid:

user: [[email protected]]
password: 123tagadaM
bank account: BE89 5494 5232 7885
id: 767d4f9c-7ff6-4555-87c3-0bf91a6ad1eb

I was able to reach the account access page in mock bank which redirects me to my application to finalize access.

if I call '/ob/Ais/access' to finalize the acees with my psuid in userContext I get "The user does not have access to requested accounts"

if I make the call with the test psuid I get "Invalid PSU ID. Call user/Register first."

I didn't find the problem.