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: docs/InstitutionResponse.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
**Code** | Pointer to **NullableString** | | [optional]
8
8
**ForgotPasswordUrl** | Pointer to **NullableString** | | [optional]
9
9
**ForgotUsernameUrl** | Pointer to **NullableString** | | [optional]
10
-
**InstructionalText** | Pointer to **NullableString** | | [optional]
10
+
**InstructionalText** | Pointer to **NullableString** | Render this text when end users are asked for their credentials, as it helps end users provide the correct credentials when creating a new member. May contain `<a></a>` tags to link to explanatory material. | [optional]
11
11
**InstructionalTextSteps** | Pointer to **[]string** | An array of instructional steps that may contain html elements. | [optional]
12
12
**IsDisabledByClient** | Pointer to **NullableBool** | | [optional]
13
13
**IsoCountryCode** | Pointer to **string** | | [optional]
Copy file name to clipboardExpand all lines: docs/InstitutionsAPI.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ import (
34
34
funcmain() {
35
35
isoCountryCode:= []string{"Inner_example"} // []string | An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include `US`, `CA`, and `MX` (Mexico). (optional)
36
36
page:=int32(1) // int32 | Results are paginated. Specify current page. (optional)
37
-
recordsPerPage:=int32(10) // int32 | This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `100`. If the value exceeds `100`, the default value of `25` will be used instead. (optional)
37
+
recordsPerPage:=int32(10) // int32 | This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead. (optional)
**isoCountryCode** | **[]string** | An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include `US`, `CA`, and `MX` (Mexico). |
63
63
**page** | **int32** | Results are paginated. Specify current page. |
64
-
**recordsPerPage** | **int32** | This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `100`. If the value exceeds `100`, the default value of `25` will be used instead. |
64
+
**recordsPerPage** | **int32** | This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead. |
65
65
66
66
### Return type
67
67
@@ -179,7 +179,7 @@ func main() {
179
179
name:="mxbank"// string | This will list only institutions in which the appended string appears. (optional)
180
180
isoCountryCode:= []string{"Inner_example"} // []string | An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include `US`, `CA`, and `MX` (Mexico). (optional)
181
181
page:=int32(1) // int32 | Results are paginated. Specify current page. (optional)
182
-
recordsPerPage:=int32(10) // int32 | This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `100`. If the value exceeds `100`, the default value of `25` will be used instead. (optional)
182
+
recordsPerPage:=int32(10) // int32 | This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead. (optional)
183
183
supportsAccountIdentification:=true// bool | Filter only institutions which support account identification. (optional)
184
184
supportsAccountStatement:=true// bool | Filter only institutions which support account statements. (optional)
185
185
supportsAccountVerification:=true// bool | Filter only institutions which support account verification. (optional)
@@ -211,7 +211,7 @@ Name | Type | Description | Notes
211
211
**name** | **string** | This will list only institutions in which the appended string appears. |
212
212
**isoCountryCode** | **[]string** | An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include `US`, `CA`, and `MX` (Mexico). |
213
213
**page** | **int32** | Results are paginated. Specify current page. |
214
-
**recordsPerPage** | **int32** | This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `100`. If the value exceeds `100`, the default value of `25` will be used instead. |
214
+
**recordsPerPage** | **int32** | This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead. |
215
215
**supportsAccountIdentification** | **bool** | Filter only institutions which support account identification. |
216
216
**supportsAccountStatement** | **bool** | Filter only institutions which support account statements. |
217
217
**supportsAccountVerification** | **bool** | Filter only institutions which support account verification. |
Copy file name to clipboardExpand all lines: docs/WidgetRequest.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
**CurrentInstitutionGuid** | Pointer to **string** | Only use this option if the `widget_type` is set to `connect_widget`. Load the widget into the credential view for the specified institution. | [optional]
12
12
**CurrentMemberGuid** | Pointer to **string** | Only use this option if the `widget_type` is set to `connect_widget`. Load the widget into a specific member that contains an error or requires multifactor authentication. The widget will determine the best view to load based on the member's current state. `current_member_guid` takes precedence over `current_institution_code` and `current_institution_guid`. | [optional]
13
13
**DisableBackgroundAgg** | Pointer to **bool** | Only use this option if the `widget_type` is set to `connect_widget`. This determines whether background aggregation is enabled or disabled for the member created by the Connect Widget. Defaults to `false` in `aggregation` mode and `true` in `verification` mode. A global default for all members can be set by reaching out to MX. | [optional]
14
-
**DisableInstitutionSearch** | Pointer to **bool** | Only use this option if the `widget_type` is set to `connect_widget`. This determines whether the institution search is displayed within the Connect Widget. This option must be used with `current_institution_code`, `current_instituion_guid`, or `current_member_guid`. When set to `true`, the institution search feature will be disabled and end users will not be able to navigate to it. Defaults to `false`. | [optional]
14
+
**DisableInstitutionSearch** | Pointer to **bool** | Only use this option if the `widget_type` is set to `connect_widget`. This determines whether the institution search is displayed within the Connect Widget. This option must be used with `current_institution_code`, `current_instituion_guid`, or `current_member_guid`. When set to `true`, the institution search feature will be disabled and end users will not be able to navigate to it. Defaults to `false`. If you set `disable_institution_search` to `true`, you must also listen for the [backToSearch event](/connect/guides/handling-events/#back-to-search) to intercept the user from navigating back to search during the flow. Don't listen for any Primary Action postMessages when you disable search. All buttons that will take a user to the search institution page are still displayed in the Connect Widget experience and your user can still select them. This may trigger during several steps in the Connect Widget flow, such as Connected, MDV/Microdeposits Verified, Login Error, and Credentials/OAuth (back button). | [optional]
15
15
**EnableApp2app** | Pointer to **bool** | Only use this option if the `widget_type` is set to `connect_widget`. This indicates whether OAuth app2app behavior is enabled for institutions that support it. Defaults to `true`. When set to `false`, the widget will **not** direct the end user to the institution's mobile application. This setting is not persistent. This setting currently only affects Chase institutions. | [optional]
16
16
**IncludeIdentity** | Pointer to **bool** | Only use this option if the `widget_type` is set to `connect_widget`. This determines whether an account owner identification (AOI, previously called identity verification) is run in addition to the process specified by the `mode`. Defaults to `false`. This can be set in either `aggregation` or `verification` mode. The AOI runs after the primary process is complete. | [optional]
17
17
**IncludeTransactions** | Pointer to **bool** | Only use this option if the `widget_type` is set to `connect_widget`. This determines whether transaction data are retrieved. Defaults to `true` in aggregation mode and `false` in verification mode. This can be set in either `aggregation` or `verification` mode. This option does not affect future foreground or background aggregations. | [optional]
0 commit comments