# 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. |


---

# 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://prepaidify.gitbook.io/docs/physical-card/api-integration/cardholder-audit-result-notification.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.
