# Approval Results\[Webhook]

**Http method**

* POST

**Http body**

| Element   | Data Type | Remarks                                                                                          |
| --------- | --------- | ------------------------------------------------------------------------------------------------ |
| kycStatus | string    | <p>approved: Passed,<br>rejected: Rejected,<br>reviewing: Under Review,<br>init: Initialized</p> |
| requestNo | string    | Request ID                                                                                       |

**Request Example**

```
```

```
{
    "kycStatus": "approved",
    "requestNo": "123"
}

```

**Remarks**

* After receiving the webhook message, if it returns HTTP CODE 200, it means you have successfully received the webhook message. Otherwise, it will be retried.
* For more error codes, please refer to the error code descriptions on the homepage.
