> For the complete documentation index, see [llms.txt](https://docs.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2core.b2broker.com/troubleshooting/verification-issues/clients-can-not-submit-verification-requests-in-the-b2core-ui.md).

# Clients can't submit verification requests in the B2CORE UI

## Problem

A client can't submit a verification request in the B2CORE UI and encounters an error.

## Possible reasons

This issue may occur due to one or more of the following:

* The required verification level isn't available to the client.
* The KYC provider connection isn't properly configured or disabled in the B2CORE Back Office.
* Your KYC provider subscription or plan is invalid, inactive, or unpaid.

## Solution

To fix verification issues:

{% stepper %}
{% step %}

#### Check the availability of verification levels

* In the Back Office, navigate to **Verification** > **Levels**.
* On the **Levels** page, check the **Visible** column and ensure the relevant level is marked as visible so that clients can obtain it.
* To make the level visible, click the **Edit** button to open the level details and select **Yes** in the **Visible** dropdown.
* Click **Save** to apply the changes.
  {% endstep %}

{% step %}

#### Check the KYC provider connection settings

* In the Back Office, navigate to **System** > **External connections**.
* Locate the connection to the provider used for verification, such as **SumSub**, **SuftiPro**, or others.
* Click the **Edit** button for the relevant connection to open its details.
* Review the connection settings and adjust them if necessary.
* Ensure the connection is enabled.

  For details, refer to:

  * [How to use SumSub](/how-to-articles/manage-verification-options/how-to-use-sumsubstance.md)
  * [How to use ShuftiPro](/how-to-articles/manage-verification-options/how-to-use-shuftipro.md)
    {% endstep %}

{% step %}

#### Verify that your KYC provider subscription or plan is valid, paid, and active

If the subscription has expired or is inactive, clients won't be able to submit verification requests via the KYC provider.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.b2core.b2broker.com/troubleshooting/verification-issues/clients-can-not-submit-verification-requests-in-the-b2core-ui.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.
