"ss"
Bootstrap 3.0.0 Snippet by varun3129

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src = "https://developer.yodlee.com/assets/images/jquery/jquery-3.2.1.min.js"></script> <script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script type="text/javascript"> var $j = $.noConflict(true); </script> <script> </script> <script> $(document).ready(function(){ $('#cobrand_resource').dataTable({ paging: false}); }); </script> <link rel = "stylsheet" type = "text/css" href= "https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css"/> <script type= "text/javascript" src = "https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script> </head> <body> <h2>Resource Model</h2> <p>The Envestnet | Yodlee Resource Model explains the details of the entities that are provided in the response of Yodlee APIs. This helps you define the entities to read the payload returned by our services. Here you can view the supported list of attributes, their data types and the valid set of values for an attribute. </p> <div class="tabs"> <ul class="nav nav-tabs"> <li class="active"><a data-toggle="tab" href="#Entities">Entities</a></li> <li><a data-toggle="tab" href="#Enums">Enums</a></li> </ul> <div class="tab-content"> <div class="tab-pane active" id="Entities"> <h4>Entity : refreshInfo</h4> <div class ="table-responsive"> <table id="refreshInfo" class="table table-bordered table-striped table-hover" cellspacing="0" > <tbody> <tr> <td ><strong>Attribute Name</strong></td> <td ><strong>Type</strong></td> <td ><strong>Description</strong></td> <td ><strong>Endpoints</strong></td> </tr> <tr> <td>statusMessage </td> <td>string</td> <td >The status message of last update attempted for the account.<br /> <strong>Valid Values :</strong><a href ="#Refresh" goto="Enums"> Refresh_Status</a></td> <td >GET providerAccounts/{providerAccountId}<br /> POST providerAccounts/{providerAccountId}<br /> PUT providerAccounts/{providerAccountId}</td> </tr> <tr> <td>status </td> <td>string</td> <td >The status of last update attempted for the account.<br /> <strong>Valid Values :</strong><a href="#Provider_Account_Status_Code" goto="Enums"> Provider_Account_Status</a></td> <td >GET providerAccounts/{providerAccountId}<br /> POST providerAccounts/{providerAccountId}<br /> PUT providerAccounts/{providerAccountId}</td> </tr> <tr> <td>additionalStatus </td> <td>string</td> <td >The additional status information of the last update attempted for the account&<br /> <strong>Valid Values :</strong><a href= "#Provider_Account_Status_Code" goto="Enums"> Provider_Account_Status</a></td> <td >GET providerAccounts/{providerAccountId}<br /> POST providerAccounts/{providerAccountId}<br /> PUT providerAccounts/{providerAccountId}</td> </tr> <tr> <td>additionalInfo</td> <td>string</td> <td >Information on whether the data retrieval was a partial failure or a complete failure<br /> <strong>Valid Values :</strong><a href= "#Provider_Account_Status_Code" goto="Enums"> Provider_Account_Status</a></td> <td >GET providerAccounts/{providerAccountId}</td> </tr> <tr> <td>nextRefreshScheduled </td> <td>dateTime</td> <td >Next scheduled time for account update</td> <td >GET providerAccounts/{providerAccountId}</td> </tr> <tr> <td>lastRefreshed </td> <td>dateTime</td> <td >Time when the account was last updated/created successfully or partially</td> <td >GET providerAccounts/{providerAccountId}</td> </tr> <tr> <td>lastRefreshAttempt </td> <td>dateTime</td> <td >Time when last action was attempted for the account.</td> <td >GET providerAccounts/{providerAccountId}</td> </tr> <tr> <td>actionRequired</td> <td>string</td> <td>Information on whether an update credentials action is required for the provider account. “UPDATE_CREDENTIALS” value will be provided in the response, if the provider account needs an action to be taken by the user due to errors. </td> <td >GET providerAccounts/{providerAccountId}</td> </tr> <tr> <td>message</td> <td>string</td> <td>"INVOKE_UPDATE_PROVIDER_ACCOUNT_WITH_CREDENTIALS_PARAM" will be the value that will be provided in the response to communicate customers that the PUT service to be invoked with credentials when there are credential errors</td> <td >GET providerAccounts/{providerAccountId}</td> </tr> <tr> <td><a href = "#account">account</a></td> <td>entity</td> <td>account information that has to be verified</td> <td >PUT providerAccounts/verification<br /> GET providerAccounts/verification/{providerAccountId}</td> </tr> </tbody> </table> </div> <h4><div id ="account">Entity : account</div></h4> <div class="table-responsive"> <table id="account" class="table table-bordered table-striped table-hover" cellspacing="0" width="100%"> <tbody> <tr> <td style="width: 128px;"><strong>Attribute Name</strong></td> <td style="width: 48px;"><strong>Type</strong></td> <td style="width: 213.639px;"><strong>Description</strong></td> <td style="width: 288.361px;"><strong>Endpoints</strong></td> </tr> <tr> <td style="width: 128px;">id</td> <td style="width: 48px;">long</td> <td style="width: 213.639px;">Unique identifier generated by Yodlee for the account that needs to be verified</td> <td style="width: 288.361px;">PUT providerAccounts/verification<br /> GET providerAccounts/verification/{providerAccountId}</td> </tr> <tr> <td style="width: 128px;">accountNumber</td> <td style="width: 48px;">string</td> <td style="width: 213.639px;">Account number provided by the user for verification </td> <td style="width: 288.361px;">PUT providerAccounts/verification<br /> GET providerAccounts/verification/{providerAccountId}</td> </tr> <tr> <td style="width: 128px;">accountName</td> <td style="width: 48px;">string</td> <td style="width: 213.639px;">Name of the account provided by the user for CDV verification</td> <td style="width: 288.361px;">PUT providerAccounts/verification<br /> GET providerAccounts/verification/{providerAccountId}</td> </tr> <tr> <td style="width: 128px;">accountType</td> <td style="width: 48px;">string</td> <td style="width: 213.639px;">Account type provided by the user for verification <br /> <strong>Valid Values : accountType</strong></td> <td style="width: 288.361px;">PUT providerAccounts/verification<br /> GET providerAccounts/verification/{providerAccountId}</td> </tr> <tr> <td style="width: 128px;"><a href ="#bankTransferCode">bankTransferCode</a></td> <td style="width: 48px;">entity</td> <td style="width: 213.639px;">Bank transfer code of the account provided by the user for CDV verification</td> <td style="width: 288.361px;">PUT providerAccounts/verification<br /> GET providerAccounts/verification/{providerAccountId}</td> </tr> <tr> <td style="width: 128px;"><a href = "#verification">verification</a></td> <td style="width: 48px;">entity</td> <td style="width: 213.639px;">verification details of the account</td> <td style="width: 288.361px;">PUT providerAccounts/verification<br /> GET providerAccounts/verification/{providerAccountId}</td> </tr> </tbody> </table> </div> <h4><div id = "bankTransferCode">Entity : bankTransferCode</div></h4> <div class ="table-responsive"> <table id="bankTransferCode" class="table table-bordered table-striped table-hover" cellspacing="0" width="100%"> <tbody> <tr> <td width="64"><strong>Attribute Name</strong></td> <td width="94"><strong>Type</strong></td> <td width="270"><strong>Description</strong></td> <td width="198"><strong>Endpoints</strong></td> </tr> <tr> <td>id</td> <td>string</td> <td>Routing number of the account. This attribute is provided only in case of CDV verification</td> <td width="198">PUT providerAccounts/verification<br /> GET providerAccounts/verification/{providerAccountId}</td> </tr> <tr> <td>type</td> <td>string</td> <td>Indicates that the id provided was routing number. This attribute is provided in the response only in case of CDV verification</td> <td width="198">PUT providerAccounts/verification<br /> GET providerAccounts/verification/{providerAccountId}</td> </tr> </tbody> </table> </div> <h4><div id = "verification">Entity : verification</div></h4> <div class "table-responsive"> <table id="verification" class="table table-bordered table-striped table-hover" cellspacing="0" width="100%"> <tbody> <tr> <td width="64"><strong>Attribute Name</strong></td> <td width="64"><strong>Type</strong></td> <td width="280"><strong>Description</strong></td> <td width="276"><strong>Endpoints</strong></td> </tr> <tr> <td>type</td> <td>string</td> <td width="280">Type of verification to be performed<br /> <strong>Valid Values :</strong> <a href = "#Verification_Type" goto="Enums">Verification_Type</a></td> <td width="276">PUT providerAccounts/verification<br /> GET providerAccounts/verification/{providerAccountId}</td> </tr> <tr> <td>status</td> <td>string</td> <td width="280">Status of verification<br /><strong>Valid Values :</strong> <a href = "#Verification_Type" goto="Enums">Verification_Type</a></td> <td width="276">PUT providerAccounts/verification<br /> GET providerAccounts/verification/{providerAccountId}</td> </tr> <tr> <td>reason</td> <td>string</td> <td width="280">The level of verificaiton state<br /> <strong>Valid Values :</strong> <a href = "#Verification_Type" goto="Enums">Verification_Type</a></td> <td width="276">PUT providerAccounts/verification<br /> GET providerAccounts/verification/{providerAccountId}</td> </tr> </tbody> </table> </div> </div> <div class="tab-pane" id="Enums"> <h2>Resource: Provider Accounts</h2> <a name1="Provider_Account_Status_Code"></a><h4><div id="Provider_Account_Status_Code">Provider Account Status Code</div></h4> <div class= "table-responsive"> <table id="Provider_Account_Status_Code" class="table table-bordered table-striped table-hover" cellspacing="0" width="100%"> <tbody> <tr> <td width="148"><strong>Status</strong></td> <td width="189"><strong>AdditionalStatus</strong></td> <td width="235"><strong>AdditionalInfo</strong></td> <td width="399"><strong>Scenario</strong></td> </tr> <tr> <td width="148">IN_PROGRESS</td> <td width="189">LOGIN_IN_PROGRESS</td> <td width="235"> </td> <td width="399">Provider login is in progress</td> </tr> <tr> <td width="148">IN_PROGRESS</td> <td width="189">USER_INPUT_REQUIRED</td> <td width="235"> </td> <td width="399">Provider site requires MFA-based authentication and needs user input for login.</td> </tr> <tr> <td width="148">IN_PROGRESS</td> <td width="189">LOGIN_SUCCESS</td> <td width="235"> </td> <td width="399">Provider login is successful</td> </tr> <tr> <td width="148">IN_PROGRESS</td> <td width="189">ACCOUNT_SUMMARY_RETRIEVED</td> <td width="235"> </td> <td width="399">Account summary info may not have the complete info of accounts that are available in the provider site. This depends on the sites behaviour. Account summary info may not be available at all times.</td> </tr> <tr> <td width="148">FAILED</td> <td width="189">NEVER_INITIATED</td> <td width="235"> </td> <td width="399">The add or update provider account was not triggered due to techincal reasons. This is a rare occurrence and usually resolves quickly.</td> </tr> <tr> <td width="148">FAILED</td> <td width="189">LOGIN_FAILED</td> <td width="235"> </td> <td width="399">Provider login failed</td> </tr> <tr> <td width="148">FAILED</td> <td width="189">REQUEST_TIME_OUT</td> <td width="235"> </td> <td width="399">The process timed out.</td> </tr> <tr> <td width="148">FAILED</td> <td width="189"> </td> <td width="235">DATA_RETRIEVAL_FAILED</td> <td width="399">All accounts under the provider account failed with same or different errors, though login was successful.</td> </tr> <tr> <td width="148">FAILED</td> <td width="189"> </td> <td width="235"> </td> <td width="399">No additional status or information will be provided when there are errors other than the ones listed above</td> </tr> <tr> <td width="148">PARTIAL_SUCCESS</td> <td width="189">PARTIAL_DATA_RETRIEVED</td> <td width="235">DATA_RETRIEVAL_FAILED_PARTIALLY</td> <td width="399">One/few accounts data gathered and one/few accounts failed</td> </tr> <tr> <td width="148">PARTIAL_SUCCESS</td> <td width="189">PARTIAL_DATA_RETRIEVED_REM_SCHED</td> <td width="235">DATA_RETRIEVAL_FAILED_PARTIALLY</td> <td width="399">One/few accounts data gathered<br /> One/few accounts failed<br /> One account data partially gathered and remaining scheduled.</td> </tr> <tr> <td width="148">PARTIAL_SUCCESS</td> <td width="189">PARTIAL_DATA_RETRIEVED_REM_SCHED</td> <td width="235"> </td> <td width="399">One/few accounts data gathered<br /> One account data partially gathered and remaining scheduled.</td> </tr> <tr> <td width="148">SUCCESS</td> <td width="189"> </td> <td width="235"> </td> <td width="399">All accounts under the provider was added or updated successfully</td> </tr> </tbody> </table> </div> <h4><div id = "Provider_Account_Agg_Source">Provider Account Agg Source</div></h4> <div class= "table-responsive"> <table id="Provider_Account_Agg_Source" class="table table-bordered table-striped table-hover" cellspacing="0" width="100%"> <tbody> <tr> <td width="128"><strong>AggregationSource</strong></td> <td width="577"><strong>Description</strong></td> </tr> <tr> <td>SYSTEM</td> <td>Indicates that the provider account is created by the system while prepopulating accounts</td> </tr> <tr> <td>USER</td> <td>Indicates that the provider account is created by the user</td> </tr> </tbody> </table> </div> <h4><a name="Verification_Type"></a><div id = "Verification_Type">Verification Type</div></h4> <div class ="table-responsive"> <table id="Verification_Type" class="table table-bordered table-striped table-hover" cellspacing="0" width="100%"> <tbody> <tr> <td width="150"><strong>Type</strong></td> <td width="539"><strong> Value</strong></td> </tr> <tr> <td>CHALLENGE_DEPOSIT</td> <td>Veriifcation done by cross checking the transaction amounts posted on the accounts</td> </tr> <tr> <td>MATCHING</td> <td>Veriifcation done by matching the attributes of accounts</td> </tr> </tbody> </table> </div> <h4><div id ="Veriifcation_Status">Veriifcation Status</div></h4> <div class ="table-responsive"> <table id="Veriifcation_Status" class="table table-bordered table-striped table-hover" cellspacing="0" width="100%"> <tbody> <tr> <td width="119"><strong>Status</strong></td> <td width="318"><strong>Description</strong></td> </tr> <tr> <td>IN_PROGRESS</td> <td>Verification in progress for accounts</td> </tr> <tr> <td>SUCCESS</td> <td>Accounts were successfully verified</td> </tr> <tr> <td>FAILED</td> <td>Account verification failed</td> </tr> </tbody> </table> </div> <h4><div id = "Veriifcation_Reasons">Veriifcation Reasons</div></h4> <div class= "table-responsive"> <table id="Veriifcation_Reasons" class="table table-bordered table-striped table-hover" cellspacing="0" width="100%"> <tbody> <tr> <td ><strong>Reason</strong></td> <td ><strong>Description</strong></td> </tr> <tr> <td>INSTRUCTION_INITIATED</td> <td>Challenge deposit verification request was initiated</td> </tr> <tr> <td>INSTRUCTION_SENT</td> <td>Challenge deposit verification request was sent</td> </tr> </tbody> </table> </div> <a name="Refresh"></a><h4><div id="Refresh_Status">Refresh Status</div></h4> <div class= "table-responsive"> <table id="Refresh_Status" class="table table-bordered table-striped table-hover" cellspacing="0" width="100%"> <tbody> <tr> <td width="236"><strong>statusCode</strong></td> <td width="363"><strong>statusMessage</strong></td> <td width="492"><strong>Description</strong></td> <td width="161"><strong>Additional Information</strong></td> </tr> <tr> <td>0</td> <td>SUCCESS</td> <td width="492">Account has been successfully added/updated</td> <td>Not an Error</td> </tr> <tr> <td>801</td> <td>ADD_IN_PROGRESS</td> <td width="492">Account addition is in progress.</td> <td>Not an Error</td> </tr> <tr> <td>802</td> <td>UPDATE_IN_PROGRESS</td> <td width="492">Account update is in progress.</td> <td>Not an Error</td> </tr> <tr> <td>504</td> <td>MULTIPLE_ERROR</td> <td width="492">Multiple errors have occurred and the data retrieval process at the provider site failed. </td> <td>Generic</td> </tr> <tr> <td>811</td> <td>PARTIAL_SUCCESS</td> <td width="492">Data was successfully aggregated for at least one, but not all, accounts</td> <td>Generic</td> </tr> <tr> <td>401</td> <td>NO_CONNECTION</td> <td width="492">Request Timed Out </td> <td>Agent Error</td> </tr> <tr> <td>403</td> <td>INTERNAL_ERROR</td> <td width="492">Technical problem updating your account. This kind of error is usually resolved in a few days. </td> <td>Agent Error</td> </tr> <tr> <td>404</td> <td>LOST_REQUEST</td> <td width="492">Technical problem updating your account. </td> <td>Agent Error</td> </tr> <tr> <td>408</td> <td>DATA_EXPECTED</td> <td width="492">No accounts found in the provider site</td> <td>Agent Error</td> </tr> <tr> <td>413</td> <td>REQUIRED_FIELD_UNAVAILABLE</td> <td width="492">Technical problem updating your account. This kind of error is usually resolved in a few days. </td> <td>Agent Error</td> </tr> <tr> <td>415</td> <td>STATUS_SITE_TERMINATED_SESSION</td> <td width="492">Experiencing technical difficulties in the provider site. </td> <td>Agent Error</td> </tr> <tr> <td>419</td> <td>LOGIN_NOT_COMPLETED</td> <td width="492">We couldn't update the account because of unexpected variations at the  site. This kind of problem is usually resolved in a few days. </td> <td>Agent Error</td> </tr> <tr> <td>507</td> <td>BETA_SITE_WORK_IN_PROGRESS</td> <td width="492">We have just started providing data updates for this site, and it may take a few days to be successful as we get started.</td> <td>Agent Error</td> </tr> <tr> <td>508</td> <td>INSTANT_REQUEST_TIMEDOUT</td> <td width="492">Add/update account request timed out due to technical reasons. </td> <td>Agent Error</td> </tr> <tr> <td>509</td> <td>TOKEN_ID_INVALID</td> <td width="492"> <br /> The MFA token provided is no longer valid at the site.</td> <td>Agent Error</td> </tr> <tr> <td>517</td> <td>GENERAL_EXCEPTION_WHILE_GATHERING_MFA_DATA</td> <td width="492"> Technical problem updating your account. This kind of error is usually resolved in a few days. </td> <td>Agent Error</td> </tr> <tr> <td>525</td> <td>MFA_INFO_NOT_PROVIDED_IN_REAL_TIME_BY_GATHERER</td> <td width="492"> Technical problem updating your account. This kind of error is usually resolved in a few days. </td> <td>Agent Error</td> </tr> <tr> <td>709</td> <td>STATUS_FIELD_NOT_AVAILABLE</td> <td width="492">This error is thrown when there is a mismatch in the meta-fields.</td> <td>Agent Error</td> </tr> <tr> <td>409</td> <td>STATUS_SITE_UNAVAILABLE</td> <td width="492">Account could not be updated because the end site is experiencing technical difficulties.</td> <td>Site Error</td> </tr> <tr> <td>411</td> <td>STATUS_SITE_OUT_OF_BUSINESS</td> <td width="492">The provider site no longer provides online services to its customers. </td> <td>Site Error</td> </tr> <tr> <td>412</td> <td>STATUS_SITE_APPLICATION_ERROR</td> <td width="492">The provider site is experiencing technical difficulties.</td> <td>Site Error</td> </tr> <tr> <td>416</td> <td>STATUS_SITE_SESSION_ALREADY_ESTABLISHED</td> <td width="492">Session was already established in the provider site</td> <td>Site Error</td> </tr> <tr> <td>418</td> <td>STATUS_HTTP_DNS_ERROR_EXCEPTION</td> <td width="492">The provider site is experiencing technical difficulties.</td> <td>Site Error</td> </tr> <tr> <td>423</td> <td>STATUS_ACCT_INFO_UNAVAILABLE</td> <td width="492">No accounts found in the provider site</td> <td>Site Error</td> </tr> <tr> <td>424</td> <td>STATUS_SITE_DOWN_FOR_MAINTENANCE</td> <td width="492">The provider site was down for maintenance</td> <td>Site Error</td> </tr> <tr> <td>425</td> <td>STATUS_CERTIFICATE_ERROR</td> <td width="492">The provider site is experiencing technical difficulties.</td> <td>Site Error</td> </tr> <tr> <td>426</td> <td>STATUS_SITE_BLOCKING</td> <td width="492">The provider site is experiencing technical difficulties.</td> <td>Site Error</td> </tr> <tr> <td>505</td> <td>STATUS_SITE_CURRENTLY_NOT_SUPPORTED</td> <td width="492">Yodlee does not support the security system used by this site. </td> <td>Site Error</td> </tr> <tr> <td>402</td> <td>STATUS_LOGIN_FAILED</td> <td width="492">Username and/or password were reported to be incorrect.  </td> <td>UAR Error</td> </tr> <tr> <td>406</td> <td>STATUS_PASSWORD_EXPIRED</td> <td width="492">The password or the authentication information were reported as expired</td> <td>UAR Error</td> </tr> <tr> <td>407</td> <td>STATUS_ACCOUNT_LOCKED</td> <td width="492">The account has been locked in the provider site</td> <td>UAR Error</td> </tr> <tr> <td>414</td> <td>STATUS_NO_ACCT_FOUND</td> <td width="492">No accounts found in the provider site</td> <td>UAR Error</td> </tr> <tr> <td>417</td> <td>STATUS_DATA_MODEL_NO_SUPPORT</td> <td width="492">Account type was not supported by Yodlee</td> <td>UAR Error</td> </tr> <tr> <td>420</td> <td>STATUS_SITE_MERGED_ERROR</td> <td width="492">The provider site has been merged with another site</td> <td>UAR Error</td> </tr> <tr> <td>421</td> <td>STATUS_UNSUPPORTED_LANGUAGE_ERROR</td> <td width="492">The language setting for the provider site is not English. Please request the user to visit the site and change the language setting to English.</td> <td>UAR Error</td> </tr> <tr> <td>422</td> <td>STATUS_ACCOUNT_CANCELED</td> <td width="492">Accounts found were closed</td> <td>UAR Error</td> </tr> <tr> <td>427</td> <td>STATUS_SPLASH_PAGE_EXCEPTION</td> <td width="492">We could not update the account as the site requiring the user to view a new promotion. Please request the user to log in to the site and click through to his/her account overview page to update the details</td> <td>UAR Error</td> </tr> <tr> <td>428</td> <td>STATUS_TERMS_AND_CONDITIONS_EXCEPTION</td> <td width="492">We could not update the account due to the site requiring the user to accept new Terms & Conditions. Please request the user to log in to the site, read and accept the T&C.</td> <td>UAR Error</td> </tr> <tr> <td>429</td> <td>STATUS_UPDATE_INFORMATION_EXCEPTION</td> <td width="492">We could not update the account due to the site requiring user to verify his/her personal information. Please request the user to log in to the site and update the fields required.</td> <td>UAR Error</td> </tr> <tr> <td>430</td> <td>STATUS_SITE_NOT_SUPPORTED</td> <td width="492">Site is no longer supported for data updates. </td> <td>UAR Error</td> </tr> <tr> <td>506</td> <td>NEW_LOGIN_INFO_REQUIRED_FOR_SITE</td> <td width="492">To log in to this site, user need to provide additional information. Request the user to perform update accounts. </td> <td>UAR Error</td> </tr> <tr> <td>518</td> <td>NEW_MFA_INFO_REQUIRED_FOR_AGENTS</td> <td width="492">Account was not updated as the required additional authentication information was unavailable.(MFA error)</td> <td>UAR Error</td> </tr> <tr> <td>519</td> <td>MFA_INFO_NOT_PROVIDED_TO_YODLEE_BY_USER_FOR_AGENTS</td> <td width="492"> <br /> Account was not updated as the authentication information like security question and answer was unavailable or incomplete. (MFA error)</td> <td>UAR Error</td> </tr> <tr> <td>520</td> <td>MFA_INFO_MISMATCH_FOR_AGENTS</td> <td width="492"> Provider site indicates that the additional authentication information provided is incorrect. (MFA error)</td> <td>UAR Error</td> </tr> <tr> <td>521</td> <td>ENROLL_IN_MFA_AT_SITE</td> <td width="492"> <br /> New security authentication system has been introduced in the provider site.(MFA error)</td> <td>UAR Error</td> </tr> <tr> <td>522</td> <td>MFA_INFO_NOT_PROVIDED_IN_REAL_TIME_BY_USER_VIA_APP</td> <td width="492"> <br /> Request Timed Out as the required security information was unavailable or was not provided within the expected time. (MFA error)</td> <td>UAR Error</td> </tr> <tr> <td>523</td> <td>INVALID_MFA_INFO_IN_REAL_TIME_BY_USER_VIA_APP</td> <td width="492"> <br /> The authentication information user provided is incorrect. (MFA error)</td> <td>UAR Error</td> </tr> <tr> <td>524</td> <td>USER_PROVIDED_REAL_TIME_MFA_DATA_EXPIRED</td> <td width="492"><br /> The authentication information provided has expired. (MFA error)</td> <td>UAR Error</td> </tr> <tr> <td>526</td> <td>INVALID_MFA_INFO_OR_CREDENTIALS</td> <td width="492"> <br /> We could not update the account as the username/password or additional security credentials are incorrect. (MFA error)</td> <td>UAR Error</td> </tr> </tbody> </table> </div> </div> </div> </div> </body> </html>
jQuery(document).ready(function($){ $(document).ready(function() { var $tabContent = $(".tab-pane"), $tabs = $("ul.nav.nav-tabs li"), tabId; $tabContent.hide(); $("ul.nav.nav-tabs li:first").addClass("active").show(); $tabContent.first().show(); $tabs.click(function() { var $this = $(this); $tabs.removeClass("active"); $this.addClass("active"); $tabContent.hide(); var activeTab = $this.find("a").attr("href"); $(activeTab).fadeIn(); //return false; }); // Grab the ID of the .tab-content that the hash is referring to tabId = $(window.location.hash).closest('.tab-pane').attr('id'); // Find the anchor element to "click", and click it $tabs.find('a[href=#' + tabId + ']').click(); }) $('a').not('.tabs li a').on('click', function(evt) { evt.preventDefault(); var whereTo = $(this).attr('goto'); $tabs = $("ul.nav.nav-tabs li"); $tabs.find('a[href=#' + whereTo + ']').trigger('click'); //alert(attr('name')); //alert( $('#'+whereTo+' a').offset().top ); $('html, body').animate({ scrollTop: $('#'+whereTo+' a').offset().top }); }); $(function() { $('a.refresh').live("click", function() { location.reload(); });https://bootsnipp.com/fullscreen/2e7Mg }); });

Related: See More


Questions / Comments: