@@ -8686,14 +8686,6 @@ components:
86868686 type : object
86878687 MemberResponse :
86888688 properties :
8689- actionable_error :
8690- example : " {\\\" error_type\\\" : \\\" MEMBER\\\" , \\\" error_code\\\" : 1000,\
8691- \ \\\" error_message\\\" : \\\" This Member has no eligible checking, savings,\
8692- \ or money market accounts.\\\" , \\\" user_message\\\" : \\\" We could not\
8693- \ find any accounts eligible for transfers. Please link a checking or\
8694- \ savings account.\\\" , \\\" locale\\\" : \\\" en\\\" }"
8695- nullable : true
8696- type : string
86978689 aggregated_at :
86988690 example : 2016-10-13T18:07:57.000Z
86998691 nullable : true
@@ -8705,6 +8697,18 @@ components:
87058697 example : CONNECTED
87068698 nullable : true
87078699 type : string
8700+ connection_status_message :
8701+ example : Connected to MX Bank
8702+ nullable : true
8703+ type : string
8704+ error :
8705+ example : " {\\\" error_type\\\" : \\\" MEMBER\\\" , \\\" error_code\\\" : 1000,\
8706+ \ \\\" error_message\\\" : \\\" This Member has no eligible checking, savings,\
8707+ \ or money market accounts.\\\" , \\\" user_message\\\" : \\\" We could not\
8708+ \ find any accounts eligible for transfers. Please link a checking or\
8709+ \ savings account.\\\" , \\\" locale\\\" : \\\" en\\\" }"
8710+ nullable : true
8711+ type : string
87088712 guid :
87098713 example : MBR-7c6f361b-e582-15b6-60c0-358f12466b4b
87108714 nullable : true
@@ -8714,9 +8718,13 @@ components:
87148718 nullable : true
87158719 type : string
87168720 institution_code :
8717- example : chase
8721+ example : mxbank
87188722 nullable : true
87198723 type : string
8724+ institution_guid :
8725+ example : INS-12345678-90ab-cdef-1234-567890abcdef
8726+ nullable : false
8727+ type : string
87208728 is_being_aggregated :
87218729 example : false
87228730 nullable : true
@@ -8734,21 +8742,29 @@ components:
87348742 nullable : true
87358743 type : boolean
87368744 metadata :
8737- example : " \\\" credentials_last_refreshed_at\\\" : \\\" 2015-10-15\\\" "
8745+ example : " \\\" credentials_last_refreshed_at\\\" : \\\" 2015-10-15\\ "
87388746 nullable : true
87398747 type : string
87408748 most_recent_job_detail_code :
8741- example : (deprecated)
87428749 nullable : true
8743- type : string
8750+ type : integer
8751+ example : null
87448752 most_recent_job_detail_text :
8745- example : (deprecated)
87468753 nullable : true
8747- type : string
8754+ type : boolean
8755+ example : null
8756+ most_recent_job_guid :
8757+ example : false
8758+ nullable : true
8759+ type : boolean
87488760 name :
8749- example : Chase Bank
8761+ example : MX Bank
87508762 nullable : true
87518763 type : string
8764+ needs_updated_credentials :
8765+ example : false
8766+ nullable : true
8767+ type : boolean
87528768 oauth_window_uri :
87538769 example : https://mxbank.mx.com/oauth/authorize?client_id=b8OikQ4Ep3NuSUrQ13DdvFuwpNx-qqoAsJDVAQCyLkQ&redirect_uri=https%3A%2F%2Fint-app.moneydesktop.com%2Foauth%2Fredirect_from&response_type=code&scope=openid&state=d745bd4ee6f0f9c184757f574bcc2df2
87548770 nullable : true
@@ -8758,14 +8774,16 @@ components:
87588774 nullable : true
87598775 type : string
87608776 use_cases :
8777+ description : The use case associated with the member. Valid values are `PFM`
8778+ and/or `MONEY_MOVEMENT`. Only set this if you've met with MX and have
8779+ opted in to using this field.
87618780 example :
87628781 - PFM
8763- - IAV
87648782 items :
8765- example : PFM
8766- nullable : false
8783+ enum :
8784+ - MONEY_MOVEMENT
8785+ - PFM
87678786 type : string
8768- nullable : true
87698787 type : array
87708788 user_guid :
87718789 example : USR-fa7537f3-48aa-a683-a02a-b18940482f54
0 commit comments