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
| serviceId |`vault`, `myaccount-settings`, `link-kit`| true || Open a service by Id, current supported services are:<br /><li>`vault` - Manage your financial institution credentials.</li><li>`myaccount-settings` - Manage your Moneytree account settings.</li><li>`link-kit` - View all your financial data.<br /><br /><strong>NOTE:</strong> This function will throw an error if you do not specify a valid service ID. |
204
204
| options | object | false | Value set during `init`. | Optional parameters. Includes all options in [common options](#common-api-options). |
205
+
| options.view |`services-list`, `service-connection`, `connection-setting`, `customer-support`| false || We provide the way to open the Vault's specific pages. Please check the following sessions:<br /> <li>[Open Vault Services Page](#open-vault-services-page)</li><li>[Open Vault Service Connection Page](#open-vault-service-connection-page)</li><li>[Open Vault Service Setting Page](#open-vault-service-setting-page)</li><li>[Open Vault Customer Support Page](#open-vault-customer-support-page)</li> <br /><br /><strong>NOTE:</strong> The serviceId must be `vault` to enable this option.|
206
+
207
+
#### Open Vault Services Page
208
+
209
+
It has to include these properties of `options` below when calling [openService](#openservice) API.
210
+
211
+
<strong>NOTE:</strong> This scenario only works when serviceId is `vault`.
| Parameter | Type | Required | Default Value | Description |
240
+
| - | - | - | - | - |
241
+
| serviceId |`vault`| true || Open a Vault service|
242
+
| options.view |`service-connection`| true || Assign to open service connection page|
243
+
| options.entityKey | string | true || Service entity key <br /><br /><strong>NOTE:</strong> Top page of the Vault would be shown if `entityKey` is invalid.|
244
+
245
+
#### Open Vault Service Setting Page
246
+
247
+
It has to include these properties of `options` below when calling [openService](#openservice) API.
248
+
249
+
<strong>NOTE:</strong> This scenario only works when serviceId is `vault`.
| Parameter | Type | Required | Default Value | Description |
258
+
| - | - | - | - | - |
259
+
| serviceId |`vault`| true || Open a Vault service|
260
+
| options.view |`connection-setting`| true || Assign to open connection setting page|
261
+
| options.credentialId | string | true || Service credential Id <br /><br /><strong>NOTE:</strong> Top page of the Vault would be shown if the `credentialId` is invalid.|
262
+
263
+
#### Open Vault Customer Support Page
264
+
265
+
It has to include these properties of `options` below when calling [openService](#openservice) API.
266
+
267
+
<strong>NOTE:</strong> This scenario only works when serviceId is `vault`.
0 commit comments