No momento, esta página não está disponível em português
Issuin icon

Onboard and verify users

Learn to move your users through the verification process.

Your users' legal entity type and operating country determine the required verification information you need to collect from your users. You can use Adyen's Hosted onboarding or build your own UI to collect information from your users. After Adyen receives the information, the verification process starts automatically.

You can choose from the following types of onboarding:

  • Hosted onboarding: Direct your users to a page hosted by Adyen, where Adyen manages the onboarding flow and user interface (UI). You need to implement a few API calls to create the resources.
  • API-only onboarding: Build your own UI and collect required user data. You make API requests to create resources and submit the user data to Adyen. This onboarding type gives you complete control over the user journey within your platform's environment.
  • Hosted onboarding

    Hosted onboarding Postman flows

    Try out Postman flows in your private workspace to test all the required API calls with your own credentials. Select your business model: marketplace or platform.

    Hosted onboarding is our recommended solution for collecting the information needed to onboard your users. This option requires less integration effort, because your users provide their information directly on a page hosted by Adyen.

    You need to make a few API calls to the Legal Entity Management API and Configuration API to create and customize the resources required to generate the Adyen-hosted onboarding page.

    You can also customize the theme, the language, and the user permissions of the hosted onboarding page.

    If your users need to accept Adyen's Terms of Service, we include this step on the hosted onboarding page.

    Instant bank account verification in hosted onboarding

    For some locations and legal entity types, your users can choose to instantly verify their bank account details in your hosted onboarding page. They are prompted to log in to their online banking environment and confirm their account details. Their bank account is then verified within seconds without them needing to provide a bank statement.

    This feature is currently only available for the following locations and legal entity types.

    Country/region Individuals Organizations
    Austria -white_check_mark-
    Belgium -white_check_mark-
    Canada -white_check_mark- -white_check_mark-
    Denmark -white_check_mark-
    Estonia -white_check_mark-
    Finland -white_check_mark-
    France -white_check_mark- -white_check_mark-
    Germany -white_check_mark- -white_check_mark-
    Ireland -white_check_mark-
    Italy -white_check_mark-
    Latvia -white_check_mark-
    Lithuania -white_check_mark-
    Netherlands -white_check_mark- -white_check_mark-
    Norway -white_check_mark-
    Portugal -white_check_mark- -white_check_mark-
    Poland -white_check_mark- -white_check_mark-
    Spain -white_check_mark- -white_check_mark-
    Sweden -white_check_mark- -white_check_mark-
    United Kingdom -white_check_mark- -white_check_mark-
    United States -white_check_mark- -white_check_mark-

    To see an example of the entire hosted onboarding flow, you can watch a video here:

    API-only onboarding

    With API-only onboarding, you need to build your own UI where you collect data from your users. You then need to submit the collected data to Adyen by making requests to the Legal Entity Management API and the Configuration API.

    To build your integration more quickly, you also can embed the Onboarding components into your UI to let your users enter their data. The component then uses the entered data to create the relevant resource. This means you do not need to make an API request to create the resource yourself.

    Próximas etapas