To get account holders, use the following endpoints:
GET /balancePlatforms/{id}/accountHolders: Get a list of the account holders in your platform. This endpoint returns a paginated list of account holders.
In the account holder table, select an Account holder ID to open the Account holder details page.
The Account holder details page shows information such as:
The status of the account holder
Their balance accounts and available balances
Their associated legal entities
The ID and type of their uploaded document
Their capabilities
Filter and search
In the Account holders page, you can find specific account holders by using the filter and search features.
Set a filter by using the buttons on the filter bar, located on top of the account holder table. For example, you can filter account holders based on their capabilities and the capability statuses.
Also, you can search for an account holder by using their name or ID. You can limit the scope of search results by applying filters before searching.
To search for an account holder:
On the top-right corner of the page, select Search.
The search window appears.
On the dropdown menu, select Account holder.
In the text field, enter the required data.
The search window now shows any corresponding account holders.
In the account holder table, select an Account holder ID to open the Account holder details page.
In the Overview tab, select Legal entity.
The Legal entity details are shown in the page. If the legal entity is an organization, the page also shows details about the associated legal entities.
Request a capability
Default capabilities are automatically requested when you create an account holder. However, your account holders might need additional capabilities if, for example, your business expands its financial product offering. In these cases, you must request the additional capabilities.
The following tabs show how to request a capability.
Default capabilities are automatically requested when you create an account holder. However, if you need to request a specific capability, you must update the account holder and include the capabilities map.
In your PATCH /accountHolders/{id} request, set the capability that you are requesting as the key, and specify the following fields in the object:
Here is an example of how you would update an existing account holder to request the sendToTransferInstrument capability. If you're requesting for multiple capabilities, add another set of key-value object.
Go to Account holders and select an account holder ID from the table.
Search for an account holder by selecting Search at the top-right corner of the page. As a search parameter, you can use the account holder ID, account holder reference, or the ID of the linked legal entity.
On the Account holder details page, select + Request new capability in the Capabilities section.
From the dropdown menu, select a capability and, if applicable, its level.
You can only see capabilities that are already configured in your platform.
Select Submit.
On the confirmation window, select Submit request.
The capability request is sent to Adyen for approval.
allowed: Boolean that indicates whether the capability is allowed.
verificationStatus: The status of the checks. The possible values are invalid, pending, rejected, or valid.
problems array: When this array is not empty, this means that there are errors that you need to address. Refer to verification error codes for a list of verification errors.
To complete this procedure, you must have one of the following user roles :
Go to Account holders and select an account holder ID.
Search for an account holder by selecting Search at the top-right corner of the page. As a search parameter, use the account holder ID, account holder reference, or the ID of the linked legal entity.
On the Account holder details page, you see details about the capabilities:
Whether the capabilities are allowed
Their verification status
Enable or disable a capability
To allow or prevent an account holder from using a capability, update the capability in your Balance Platform Customer Area or request a PATCH /accountHolders/{id}. The following tabs explain both methods.
To disable a capability, make a PATCH /accountHolders/{id} request to update the capability. Set the enabled field to false.
Go to Account holders and select an account holder ID.
Search for an account holder by selecting Search at the top-right corner of the page. As a search parameter, use the account holder ID, account holder reference, or the ID of the linked legal entity.
On the Account holder details page, select Edit in the Capabilities section.
In the Enabled column:
Select the corresponding checkbox to enable the capability.
Clear the corresponding checkbox to disable the capability.
Select Save.
On the confirmation window, select Save changes.
Your changes will show in the page after a few seconds.
Update an account holder
After you create an account holder resource, you might need to update the resource at a later time. For example, an account holder that has several balance accounts might want to change their primary balance account.
Permanently deactivate account holders and their balance accounts
When an account holder discontinues their business, you can permanently deactivate them from your platform.
In some scenarios, you might also want to close a balance account but keep the account holder active. For example, an account holder that has separate balance accounts for their businesses might want to only close one of their businesses.
To close balance accounts and account holders:
Check if they have zero balance in their balance accounts. You can only close empty balance accounts, so if there are funds left, you must pay out or transfer any remaining balance.
Close balance accounts by updating each balance account and setting the status to Closed. Start with those that are not the primary balance account. You can only close a primary balance account if the account holder's other balance accounts are already closed.
Finally, permanently deactivate the account holder by updating the account holder and setting the status to Closed.