You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/mx_platform_api.yml
+35-17Lines changed: 35 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -2023,12 +2023,8 @@ components:
2023
2023
type: object
2024
2024
MemberResponse:
2025
2025
properties:
2026
-
error:
2027
-
example: '{\"error_type\": \"MEMBER\", \"error_code\": 1000, \"error_message\": \"This Member has no eligible checking, savings, or money market accounts.\", \"user_message\": \"We could not find any accounts eligible for transfers. Please link a checking or savings account.\", \"locale\": \"en\"}'
2028
-
nullable: true
2029
-
type: string
2030
2026
aggregated_at:
2031
-
example: "2016-10-13T18:07:57.000Z"
2027
+
example: '2016-10-13T18:07:57.000Z'
2032
2028
nullable: true
2033
2029
type: string
2034
2030
background_aggregation_is_disabled:
@@ -2038,6 +2034,14 @@ components:
2038
2034
example: CONNECTED
2039
2035
nullable: true
2040
2036
type: string
2037
+
connection_status_message:
2038
+
example: 'Connected to MX Bank'
2039
+
nullable: true
2040
+
type: string
2041
+
error:
2042
+
example: '{\"error_type\": \"MEMBER\", \"error_code\": 1000, \"error_message\": \"This Member has no eligible checking, savings, or money market accounts.\", \"user_message\": \"We could not find any accounts eligible for transfers. Please link a checking or savings account.\", \"locale\": \"en\"}'
description: The use case associated with the member. Valid values are `PFM` and/or `MONEY_MOVEMENT`. Only set this if you've met with MX and have opted in to using this field.
0 commit comments