Skip to content

Commit 15782db

Browse files
authored
Update guide-multiple-accounts-integration.mdx (#500)
1 parent 00c0641 commit 15782db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/topics/accounts/multiple-accounts/guide-multiple-accounts-integration.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This guide explains how to create additional accounts linked to one account hold
66

77
## Guide {#guide}
88

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).
1515

1616
## Mutation {#mutation}
1717

0 commit comments

Comments
 (0)