# Testing your verification flow

**Truecaller app present and registration completed on Truecaller app**

Ensure that the Truecaller app is present on your device and you have completed the profile creation step on Truecaller app. Open your mobile website and initiate the Truecaller verification flow. The user should see the Truecaller profile dialog. Click on continue to complete the verification flow and ensure that the verification is completed.

**Truecaller app present but registration not completed on Truecaller app**

Ensure that the Truecaller app is present on your device but you have *not* completed the profile creation step on Truecaller app. Open your mobile website and initiate the Truecaller verification flow. The user should see not the Truecaller profile dialog, and the user should ideally be redirected to your alternate verification flow.

**Truecaller app not present on the device**

Remove the Truecaller app from your device. Open your mobile website and try to initiate the Truecaller verification flow. The user should see not the Truecaller profile dialog and should be taken to either your alternate verification flow.

**Ensure that you receive proper responses on your callback URL**

Initiate the Truecaller verification flow in your mobile website ( Truecaller app should be present on device ) to invoke the Truecaller profile dialog. One by one, try the following scenarios and ensure that you should receive the appropriate response from Truecaller's backend stating the corresponding message as described below : - Click on 'Continue' button.

```
{"requestId":"RL8YZ41FQMt5Jiak2sc_Ys0OgQA=","accessToken":"a1asX--8_yw-OF--E6Gj_DPyKelJIGUUeYB9U9MJhyeu4hOCbrl","endpoint":"https://profile4-noneu.truecaller.com/v1/default"}
```

\- Press the system back button - Click on '*Use another mobile number*' OR '*Skip*' on the truecaller dialog

```
{"requestId":"WZqlS6PqY0ycO3mKlEuI=","status":"user_rejected"}
```

We also recommend that you go through the [FAQ section](https://docs.truecaller.com/truecaller-sdk/faqs/mobile-web-sdk) to go through some of the commonly asked questions.


---

# 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://docs.truecaller.com/truecaller-sdk/mobile-websites/getting-release-ready/testing-your-verification-flow.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.
