Adyen-for-platform icon

User capabilities

Learn what capabilities your users can have in your platform

A capability is an action that a user can perform in your platform, for example, receiving payments.

In most cases, Adyen configures default capabilities for your business during the design phase. These capabilities are automatically requested for your users when you create account holders for them. If a user needs a specific capability that is not part of their default configuration, you must request the additional capability.

It is possible that requesting additional capabilities prompts additional KYC checks on your users.

Capabilities

Depending on your settings, capabilities are requested automatically for new account holders, or you have to request them separately when needed.

Capability name
Display name in BPCA
Description
receiveFromBalanceAccount Receive funds from balance accounts Allows users to receive funds from other balance accounts in your platform.
This capability is only required if the balance accounts are not under the same account holder.
receiveFromTransferInstrument Receive funds from transfer instruments Allows users to receive funds from verified bank accounts.
This capability is only required if the account holder uses the top-up balance account feature. Requesting this capability triggers upfront verification.
receiveFromPlatformPayments Receive funds from split payments Allows users to receive funds from split payments.
receivePayments Receive payments Allows users to process and receive payments using a payment method.
sendToBalanceAccount Send funds to balance accounts Allows users to transfer funds to other balance accounts in your platform.
This capability is only required if the balance accounts are not under the same account holder.
sendToTransferInstrument Send funds to transfer instruments Allows users to transfer funds to verified bank accounts. For example, when paying out to your users.

Financial product capabilities

If your business offers financial products, your users can access additional capabilities related to the respective financial products.

The following tabs show the capabilities corresponding for each financial product, with corresponding names in the API and Balance Platform Customer Area (BPCA). Depending on your capability settings, these capabilities are either requested automatically for new account holders, or you have to request them separately when needed.

If your business offers business bank accounts, your users can get the following capabilities:

Capability name
Display name in BPCA
Description
issueBankAccount Issue bank accounts Allows users to have an Adyen business bank account.
receiveFromThirdParty Receive funds from third-party bank accounts Allows users to receive funds from third-party bank accounts.
This capability is enabled by default when they have an issueBankAccount capability.
sendToThirdParty Send funds to third-party bank accounts Allows users to send funds to third-party bank accounts.
This capability is enabled by default when they have an issueBankAccount capability.

Verification status of a capability

Verification status of a capability indicates whether a user has passed KYC checks and meets requirements to use a specific capability. To get updates about the verification status of a capability, you can:

Here are the possible values for the capability verification status.

Status
Description
pending The pending status indicates that the verification is in progress.

At this verification phase, a capability requested for the first time is set to requested : true and allowed : false.

If the capability has already been allowed, but some user data has changed and needs to be verified, you may see that the capability verification status is pending and the capability is allowed : true. This means that the user is still allowed to use capability while Adyen performs the checks.
valid The valid status indicates that the verification is successfully completed and that the user meets the requirements to use a capability.

With this verification status, the user can use the capability. Adyen sets the capability to allowed : true.
invalid The invalid status indicates that the verification failed, for example due to incorrect information or missing documents. In this case, the webhook or the API response contains the problems object, including the verificationErrors, subErrors, and remediatingActions arrays returned on the linked legal entity. If there are verification errors, you must resolve them.

With this verification status, Adyen sets the capability to allowed : false. This means the user is not permitted to use the capability until all verification errors are resolved and the verification process is completed successfully.

If any user data changes or is missing after the previous verification has been completed successfully, Adyen reverts the capability verification status to invalid. In such a scenario, the user must provide the necessary information within a specific deadline. During this period, the user can continue using the capability, and its setting remains as allowed : true.
rejected The rejected status indicates that Adyen completed verification, but the user does not meet the requirements to use a capability based on the submitted information. This status is final and any errors cannot be resolved by updating data or uploading documents.

With this verification status, Adyen prohibits the user from performing the action and sets the capability to allowed : false.

Capability settings

The settings of a capability determine if it is available to a user and they can use it. To get updates about the capability settings, you can:

Setting Possible values Description

requested

true, false

true: The capability has been requested. Default capabilities are requested automatically when you create an account holder. You can also request additional capabilities by including this setting in your API request.

false: The capability has not been requested yet.

allowed

true, false

true: The verification is successful and the user is permitted to use the capability. The capability can only be used when it is both allowed and enabled.

In some scenarios, such as when a user changes their information, the capability is set to true while the verification status is pending or invalid . The user must provide updated information within the given deadline. During the deadline, the user can still use the capability while Adyen verifies the data.

false: The verification is pending , invalid , or rejected . The user is not permitted to use the capability.

enabled

true, false

This setting allows you to manage your users’ access to capabilities. Changing this setting does not trigger verification checks or prevent a capability from being requested.

Note that this capability can only be used if it is both enabled and allowed.

Set to true to offer the capability to the user. Set to false to prevent them from using the capability.