Adyen-for-platform icon

Business accounts

Enable your users to use an Adyen Business Account.

Availability

Countries: BE, DE, ES, FR, GB, NL and US for both the user's legal entity and all individuals associated with the user's legal entity.

This feature is in development phase. Some of the APIs, documentation, and processes may change as the feature evolves. If you have any feedback, reach out to your Adyen contact.

With your Adyen for Platforms integration, you can take advantage of all the features our infrastructure offers, such as allowing your users to use an Adyen business account.

When a user has an Adyen business account, they can:

  • Send and receive domestic and international transfers: They can make business-related fund transfers, such as:
    • Paying supplier invoices or utilities
    • Receive business-related fund transfers from any third party, such as payments from businesses or customers
  • Get paid out in a simpler and faster way: They can receive payouts directly to their Adyen business account instead of paying out to a third-party bank account.

Requirements

Before you can offer Adyen business accounts to your users, you must:

  • Ensure that your users are eligible for an Adyen business account:
    • They must be an organization or a sole proprietor operating in BE, DE, ES, FR, GB, NL or US.
    • Individuals associated with an organization or a sole proprietor must be tax residents in BE, DE, ES, FR, GB, NL or US.
    • They must provide additional required information for business accounts.
  • Ensure that creating business accounts has been enabled for your balance platform. To confirm this, ask your Adyen contact.
  • Implement Adyen's Authentication SDK to comply with the PSD2 regulations for online transactions.

Concepts and resources

For each user that you want to issue an Adyen business account, you must:

  • Have an accountHolder: A user's entity within the balance platform. Depending on your account structure, the account holder can either be your company, or your customers.
  • Have a balanceAccount: Account where funds are held for an account holder. All financial activity happens through balance accounts. Each account holder can have one or more balance accounts for accounting flexibility, but in most use cases, a single balance account is sufficient.
  • Create a paymentInstrument: The business account itself — an externally-facing payment instrument for interacting with funds on the associated balance account. Creating a payment instrument generates an account number. Each balance account can have only one payment instrument of type bankAccount.

Here are two examples of a setup with:

  1. Example 1: an account holder with one balance account linked to a payment instrument of type bankAccount.
  2. Example 2: an account holder with two balance accounts, each linked to a respective payment instrument of type bankAccount.

Next steps