# Digital Onboarding
source: https://developer.mastercard.com/open-finance-europe/documentation/licensed/use-cases/digital-onboarding/index.md

Onboarding of new user into your business can be time consuming, due to the number of documents and checks which need to be performed. Using AIS data alongside onboarding data has the potential to automate these checks, whilst also bringing richer data, which has the potential to improve the overall onboarding experience for the TPPs and their customers.

We can help you to verify account owner name before you onboard them using our [Account Owner Verification](https://developer.mastercard.com/open-finance-europe/documentation/licensed/insights/account-owner/index.md) service to find out if the name they provide matches the name on their bank account and verify that they have a bank account in process.

Our solution speeds up digital customer onboarding by verifying that a consumer is the rightful ownership of their account, for example, when an end user applying to open an account with a merchant. Account Owner Verification can help to automate the onboarding experience and support existing know-your-customer "KYC" checks.

### How it works {#how-it-works}

1. Collect Account Owner name that you want to verify in your app.
2. Using our APIs, submit a request to create an Account Owner Verification job.
3. Collect the jobId (to check the job results later).
4. Redirect the user to the Connect URL for them to select their bank and login.
5. User goes through the Account Owner Verification flow.
6. User authenticates to their Account Servicing Payment Service Providers (ASPSP) and allow access to their details.
7. Once the user has completed the process and returned back to your app, you can check the job status.
8. You will get the score indicating if the supplied name matched the name on the account along with the account information.

Diagram insights-digital-onboarding

### Next steps {#next-steps}

* Learn more about our [Account Owner Verification](https://developer.mastercard.com/open-finance-europe/documentation/licensed/insights/account-owner/index.md) product and how you can use it.
* Refer to the [Quick Start guide](https://developer.mastercard.com/open-finance-europe/documentation/licensed/insights/quickstart/index.md) for the API integration steps.
* Refer to the [API References](https://developer.mastercard.com/open-finance-europe/documentation/licensed/insights/api-references/index.md) to learn more about the API.
