Yodlee Environments
Yodlee provides the following environments to registered developers. If not already registered, please go here to create a developer account.
- Sandbox – available to all registered developers for access to the APIs using preconfigured test users and test data only.
- Development – available to registered developers with a 90-day free trial via the Engage plan. This is a live environment with access to all supported sites for up to 100 activities using aggregation and account verification.
- Production – available to registered developers with a 90-day free trial via the Engage plan. This live environment has access to all supported sites for up to 100 activities using aggregation and account verification. Server-to-server integration with the Yodlee API production environment requires whitelisting your server IP address.
Development and production environment access are both granted at the time when the Engage plan is approved. For more information about available pricing plans, please go to Pricing page.
Sandbox Environment
The sandbox environment is available by default as you register at the Developer Portal. In the sandbox, Yodlee provides credentials that you use to create access tokens for API calls. The credentials are clientId, secret (these two are essentially a userId and password, and both should be kept confidential), and an admin loginName. You are the admin, and your admin loginName will be used to create an access token when you are not accessing user data. Your sandbox also has 5 registered test users and some test data (banks, customer accounts).
ClientId and secret are the confidential data items that Yodlee uses to authenticate you to our servers. You should treat these values as highly confidential, and persist them on a secure server which will obtain and provide access tokens for clients. Ensure that these values are never exposed in client apps. |