Closed filippotoso closed 2 years ago
Today it's almost working.
After the bank succesfull authentication, I get redirected to the /results route but this exception is raised: "Requisition id not found."
No change in the code has been made.
I was able to obtain the transactions I needed using the following code in the NordigenService class
$this->client->account($accountId)->getAccountTransactions()
Describe the bug I was able to link my bank account in Nordigen backend and see its transactions.
I tried to obtain the same result using the Laravel application included in the example folder. I selected the country and the bank, authenticated with the bank but got the following redirect url with no transactions:
http://localhost:8000/results?ref={some id }&error=Request%20to%20Institution%20returned%20an%20error.%20CreateTransactionConsent%20error.&details={some data}
What am I missing?
To Reproduce Steps to reproduce the behavior:
Expected behavior I was expecting to obtain a JSON with the account data