# 본인인증 결과 파라미터

{% hint style="warning" %}
**Deprecated**

이 문서는 더 이상 관리되지 않습니다.

[PortOne 개발자센터](https://developers.portone.io/)를 이용해주세요.
{% endhint %}

### rsp (Object) <a href="#request_pay-rsp" id="request_pay-rsp"></a>

> **`success`** <mark style="color:red;">**\***</mark> <mark style="color:orange;">**boolean**</mark>
>
> **본인인증 성공여부**

> **`error_code`** <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>
>
> **실패코드**

> **`error_msg`** <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>
>
> **실패사유 문구**

> **`imp_uid`** <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>
>
> **고유 본인인증 번호**

> **`merchant_uid`** <mark style="color:red;">**\***</mark> <mark style="color:green;">**string**</mark>
>
> **주문번호**
>
> 본인인증창 요청시 전달된 주문번호가 그대로 반환됩니다.


---

# 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/sdk/javascript-sdk/cft-rt.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.
