> For the complete documentation index, see [llms.txt](https://prepaidify.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prepaidify.gitbook.io/docs/physical-card/api-integration/cardholder-audit-result-notification.md).

# Cardholder Audit Result Notification

### Cardholder Audit Result Notification

### Request URL

URL provided by the partner for notification.

### Request Method

POST

### Notification Parameters Description

| Field Name         | Variable Name | Required | Type    | Base64 Encoding | Description        |
| ------------------ | ------------- | -------- | ------- | --------------- | ------------------ |
| Cardholder ID      | holderId      | Yes      | String  | No              | Cardholder ID      |
| Audit Status       | auditStatus   | Yes      | Integer | No              | See 6-4            |
| Description        | errMsg        | Yes      | String  | No              | Status description |
| Mobile Number      | mobile        | Yes      | String  | No              |                    |
| Last Name          | lastName      | Yes      | String  | No              |                    |
| First Name         | firstName     | Yes      | String  | No              |                    |
| ID Document Type   | idnoType      | Yes      | Integer | No              |                    |
| ID Document Number | idno          | Yes      | String  | No              |                    |

### Partner Response Parameters Description

| Field Name     | Variable Name | Required | Type   | Base64 Encoding | Description                                 |
| -------------- | ------------- | -------- | ------ | --------------- | ------------------------------------------- |
| Return Code    | returnCode    | Yes      | String | No              | success                                     |
| Return Message | returnMsg     | No       | String | No              | If not empty, it contains the error reason. |
