# UK Bank Account Check

Our UK Bank Account Check feature verifies the bank account details against the customer name and date of birth.&#x20;

The customer enters their UK bank account details (if they have one) within the mobile app. Once submitted, these details are securely processed through our verification service, confirming whether the account is valid, and belongs to the individual. The personal details are matched to the details held by the bank. The check will pass if they match.

Other attributes such, as matching address details, may also be included in the check but it is the name and date of birth that determines whether the check will pass.&#x20;

### Mobile App Workflow:

<details>

<summary><strong>Step 1: Select the UK bank account option</strong></summary>

* Select "I do not have a UK bank account" to proceed without verification.
* Provide UK bank account details for verification.

</details>

<details>

<summary><strong>Step 2: Enter  UK bank account details (If provided)</strong></summary>

If the user has their UK bank account, they must enter:

* Account Holder Name
* Sort Code
* Bank Account Number

</details>

<details>

<summary><strong>Step 3: Review bank details</strong></summary>

After entering the details, the system will display a summary of the bank account information for the user to review.

* The user can:
  * Click **"Continue"** if the details are correct.
  * Edit the information if any corrections are needed

</details>

<figure><img src="/files/5pJLVFCesxNYKfMdK7Cf" alt="" width="375"><figcaption><p>UK bank check </p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://verify-doc.tiller-verify.com/service-information/the-checks/uk-bank-account-check.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
