{ "opencollection": "1.0.0", "info": { "name": "Envestnet Aggregation APIs Account Token Verification API", "version": "1.1.0" }, "items": [ { "info": { "name": "Verification", "type": "folder" }, "items": [ { "info": { "name": "Envestnet Get Verified Accounts", "type": "http" }, "http": { "method": "GET", "url": "/verification/verifiedAccounts", "params": [ { "name": "accountId", "value": "", "type": "query", "description": "Comma separated accountIds." }, { "name": "isSelected", "value": "", "type": "query", "description": "Comma separated isSelected. Allowed values are true, false.
" }, { "name": "providerAccountId", "value": "", "type": "query", "description": "providerAccountId." }, { "name": "verificationStatus", "value": "", "type": "query", "description": "Comma separated verificationStatus. Allowed values are SUCCESS, FAILED
Note: If no value is passed, the implicit default value is SUCCESS." } ] }, "docs": "The Verified Accounts API v1.1 provides information about the bank and investment accounts that the user has selected for verification, during the Account Verification flow on FastLink 4. By default, the API only returns information of the accounts that were selected and have been successfully verified.

" }, { "info": { "name": "Envestnet Get Holder Profile", "type": "http" }, "http": { "method": "GET", "url": "/verification/holderProfile", "params": [ { "name": "accountId", "value": "", "type": "query", "description": "accountId" }, { "name": "providerAccountId", "value": "", "type": "query", "description": "providerAccountId." } ] }, "docs": "The Holder Profile API service allows retrieving the user's profile details (i.e., PII data such as name, email, phone number, and address) that are available at the provider account and each account level. The API accepts the providerAccountId and retrieves the profile information available under it and all the details available under each of the associated accounts.

This service can only be invoked by Yodlee API v1.1, FastLink 3, and FastLink 4 customers.

" }, { "info": { "name": "Envestnet Get Verification Status", "type": "http" }, "http": { "method": "GET", "url": "/verification", "params": [ { "name": "accountId", "value": "", "type": "query", "description": "Comma separated accountId" }, { "name": "providerAccountId", "value": "", "type": "query", "description": "Comma separated providerAccountId" }, { "name": "verificationType", "value": "", "type": "query", "description": "verificationType" } ] }, "docs": "This API Reference guide is intended for FastLink 4 Users. For FastLink 3 Users, there are additional integration notes related to this endpoint here.

The get verification status service is used to retrieve the verification status of all accounts for which the CDV process has been initiated.For the CDV process, the account details object returns the user provided account information." }, { "info": { "name": "Envestnet Initiaite Challenge Deposit", "type": "http" }, "http": { "method": "POST", "url": "/verification", "body": { "type": "json", "data": "{}" } }, "docs": "This API Reference guide is intended for FastLink 4 Users. For FastLink 3 Users, there are additional integration notes related to this endpoint here.

The post verification service is used to initiate the challenge deposit account verification (CDV) process to verify account ownership.The CDV process can verify ownership of only bank accounts (i.e., checking and savings).Once the CDV p" }, { "info": { "name": "Envestnet Verify Challenge Deposit", "type": "http" }, "http": { "method": "PUT", "url": "/verification", "body": { "type": "json", "data": "{}" } }, "docs": "The put verification service is used to complete the challenge deposit verification (CDV) process.
This service is used only by the customer of CDV flow.
In the CDV process, the user-provided microtransaction details (i.e., credit and debit) is matched against the microtransactions posted by Yodlee. For a successful verification of the account's ownership both the microtransaction details should match.
The CDV process is currently supported only in the United States.

Notes: