# Managee Card Approval Updated

## Overview

Sent when the top-up card assigned to a managee is approved or rejected by a manager or by a site admin.

## Data Object

<table><thead><tr><th width="260">Field</th><th>Description</th></tr></thead><tbody><tr><td>TopUpCardsId</td><td>Id of the updated card if the card has been created.</td></tr><tr><td>RequestedTopUpCardsId</td><td>Id of the updated card request if card creation was subject to deferred approval.</td></tr><tr><td>Status</td><td><p>Status of the card approval. One of</p><p>• “Approved”</p><p>• “Rejected”</p></td></tr><tr><td>bManuallyUpdated</td><td>Boolean. True if the approval/rejection was performed by manager or admin intervention, else false.</td></tr></tbody></table>

## Data Example

```json
{
        "Id": "2c58ed48-67d2-4d8e-bbb1-548864773d2c", 
        "Type": " MANAGEE_CARD_APPROVAL_UPDATED", 
        "Data": {
                "TopUpCardsId": 1000,
                "RequestedTopUpCardsId": 1000, 
                "Status": "Approved", 
                "bManuallyUpdated": true
        } 
}
```


---

# 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://customer-api-docs.ibanera.com/callbacks/managee-card-approval-updated.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.
