> For the complete documentation index, see [llms.txt](https://api.veratad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.veratad.com/id-document-verification/overview/iframe/canned-responses.md).

# Canned Responses

{% hint style="warning" %}
**NOTE:** This will only work if your site has testing\_mode active. Talk to your Veratad representative about activating this feature.&#x20;
{% endhint %}

{% hint style="info" %}
If you do not send one of the below last name values then the frame will treat the transaction as if it were live.&#x20;
{% endhint %}

## Available Cases&#x20;

Here is an example with one of the canned response last names:&#x20;

```javascript
 $(function(){
     veratadModal = new veratad.modal({
              region: "United States",
              region_select: true, 
              fn: "John", 
              ln: "dcamspluspass", // set the last name to one of the value below. 
              addr: "123 Main St", 
              city: "Stratford", 
              state: "CT", 
              zip: "12345", 
              dob: "19880212", 
              email: "test51598@veratad.com",
              reference: "tery745f",
              token: token,
     })
});
```

Here are the possible values and description:&#x20;

| Last Name                  | Description                                                                                                                                                     |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| dcamspluspass              | This will result in a instant scan pass - no manual review                                                                                                      |
| dcamsplusfail              | This will result in an instant scan failure - no manual review                                                                                                  |
| dcamsplusfailmanualpass    | This will result in an instant scan failure, trigger manual review and manual review will PASS. The manual review response will be delayed by about 90 seconds. |
| dcamsplusfailmanualfail    | This will result in an instant scan failure, trigger manual review and manual review will FAIL The manual review response will be delayed by about 90 seconds.  |
| dcamspluspassselfiematch   | This will result in an auto scan pass and a request for a selfie. Once selfie is submitted it will match and the transaction will PASS.                         |
| dcamspluspassselfienomatch | This will result in an auto scan pass and a request for a selfie. Once selfie is submitted it will NOT match and the transaction will FAIL.                     |

{% hint style="info" %}
The cases for `dcamsplusfailmanualpass` and `dcamsplusfailmanualfail` will only work if you have Veratad manual review active.&#x20;
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://api.veratad.com/id-document-verification/overview/iframe/canned-responses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
