yodlee

How to get fullAccountNumber in Yodlee


Calling the /accounts/{accountId} endpoint with the include fullAccountNumber returns an error Y821 - fullAccountNumber not supported.

I'm doing:

curl -i -H "Api-version: 1.1" -H "Authorization: Bearer {token}" -X 
GET https://production.api.yodlee.com/ysl/accounts/{accountId}
?container=bank&include=fullAccountNumber,holder,profile

Note: the line breaks are just for readability

How do you get fullAccountNumber?


Solution

  • Circling back to this because it's been more than a year and want to have a solution:

    This was not possible with Yodlee and we went with a different solution.