-
-
Save tonyxiao/c582958004edea405dd005dd9f142bc6 to your computer and use it in GitHub Desktop.
Plaid missing SUBMIT_CREDENTIALS event
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'SELECT_INSTITUTION', { error_type: null, | |
institution_search_query: null, | |
error_code: null, | |
link_session_id: '3cab783c-1c99-43f5-92ea-ac2d5aa48df0', | |
exit_status: null, | |
timestamp: '2019-06-10T18:17:45.518Z', | |
institution_name: 'Chase', | |
error_message: null, | |
request_id: null, | |
view_name: null, | |
institution_id: 'ins_3', | |
mfa_type: null } | |
'TRANSITION_VIEW', { error_type: null, | |
institution_search_query: null, | |
error_code: null, | |
link_session_id: '3cab783c-1c99-43f5-92ea-ac2d5aa48df0', | |
exit_status: null, | |
timestamp: '2019-06-10T18:17:45.521Z', | |
institution_name: 'Chase', | |
error_message: null, | |
request_id: null, | |
view_name: 'CREDENTIAL', | |
institution_id: 'ins_3', | |
mfa_type: null } | |
'TRANSITION_VIEW', { error_type: null, | |
institution_search_query: null, | |
error_code: null, | |
link_session_id: '3cab783c-1c99-43f5-92ea-ac2d5aa48df0', | |
exit_status: null, | |
timestamp: '2019-06-10T18:17:55.011Z', | |
institution_name: 'Chase', | |
error_message: null, | |
request_id: null, | |
view_name: 'LOADING', | |
institution_id: 'ins_3', | |
mfa_type: null } | |
'TRANSITION_VIEW', { error_type: null, | |
institution_search_query: null, | |
error_code: null, | |
link_session_id: '3cab783c-1c99-43f5-92ea-ac2d5aa48df0', | |
exit_status: null, | |
timestamp: '2019-06-10T18:17:56.128Z', | |
institution_name: 'Chase', | |
error_message: null, | |
request_id: 'HMAtpfmVfp84cJX', | |
view_name: 'ERROR', | |
institution_id: 'ins_3', | |
mfa_type: null } | |
'ERROR', { error_type: 'ITEM_ERROR', | |
institution_search_query: null, | |
error_code: 'INVALID_CREDENTIALS', | |
link_session_id: '3cab783c-1c99-43f5-92ea-ac2d5aa48df0', | |
exit_status: 'requires_credentials', | |
timestamp: '2019-06-10T18:17:56.217Z', | |
institution_name: 'Chase', | |
error_message: 'the provided credentials were not correct', | |
request_id: 'HMAtpfmVfp84cJX', | |
view_name: null, | |
institution_id: 'ins_3', | |
mfa_type: null } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment