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/topics/accounts/multiple-accounts/guide-multiple-accounts-integration.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ This guide explains how to create additional accounts linked to one account hold
6
6
7
7
## Guide {#guide}
8
8
9
-
1. Call the `openAccount` mutation (line 2).
10
-
2. Include the `accountHolderId` (line 4).
11
-
3. Add the `language` parameter (optional) to select the [account language](/topics/accounts/#language). If not specified, English (`en`) is used as the default language (line 5).
12
-
4. Add a `name` parameter (optional) for the account. If not specified, "My account" is used as the default name (line 6).
13
-
5. Use the `OpenAccountSuccessPayload` payload (line 9) to specify the information you'd like to receive about the additional account.
14
-
6. Include error handling for all rejection types defined in the `OpenAccountPayload` union (lines 26-73).
9
+
1. Call the `openAccount` mutation with a [user access token](/developers/using-api/authentication/#tokens-user).
10
+
1. Add the `accountHolderId` (line 4).
11
+
1. Add the `language` parameter (optional) to select the [account language](/topics/accounts/#language). If not specified, English (`en`) is used as the default language (line 5).
12
+
1. Add a `name` parameter (optional) for the account. If not specified, "My account" is used as the default name (line 6).
13
+
1. Use the `OpenAccountSuccessPayload` payload (line 9) to specify the information you'd like to receive about the additional account.
14
+
1. Include error handling for all rejection types defined in the `OpenAccountPayload` union (lines 26-73).
0 commit comments