# Identity verification request parameters

### certification(param, callback) <a href="#certification" id="certification"></a>

> **`merchant_uid`**  <mark style="color:red;">**\***</mark>  <mark style="color:green;">**string**</mark>
>
> **Order ID**&#x20;
>
> Unique order ID generated/managed by the merchant

> **`min_age`**    <mark style="color:green;">****</mark><mark style="color:purple;">**integer**</mark>
>
> **Minimum age allowed** **for verification**
>
> <mark style="color:red;">Only supported by Danal PG verification</mark>

> **`name`**    <mark style="color:green;">**string**</mark>
>
> **Customer name**&#x20;
>
> Auto filled value in the name field of verification window

> **`phone`**    <mark style="color:green;">**string**</mark>
>
> **Customer phone number**&#x20;
>
> Auto filled value in the phone field of verification window

> **`carrier`**    <mark style="color:green;">**string**</mark>
>
> **Carrier**&#x20;
>
> * SKT : `SKT`
> * KT : `KTF`
> * LGU+ : `LGT`
> * Budget phone : `MVNO`

> **`company`**    <mark style="color:green;">**string**</mark>
>
> **Service domain URL or name**
>
> * Service domain URL (Example: <https://www.iamport.co.kr>) or service name (Example: i'mport)
> * This does not directly affect identity verification, but input is recommended for integration with the [KISA's ePrivacy Clean Service](https://www.eprivacy.go.kr/)
> * Recommended when this function is called via local html in ReactNative/Ionic app since URL domain is unknown (Default: `i'mport`)

> **`m_redirect_url`**    <mark style="color:green;">**string**</mark>
>
> **Redirect URL**&#x20;
>
> URL to redirect to after verfication is complete in mobile&#x20;
>
> `imp_uid`, `merchant_uid` and `success` are appended as query string to the redirect URL.

> **popup**    <mark style="color:green;">****</mark><mark style="color:orange;">**boolean**</mark>
>
> **Option to open verification page in a popup window**&#x20;
>
> * PC: forcibly set to `popup`: `true`
> * Mobile: if you set `popup`: `false`, you must specify `m_redirect_url`


---

# 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://portone.gitbook.io/docs-en/sdk/javascript-sdk/identity-verification-request-parameters.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.
