# Webhook

- [Manage Webhook URL](https://docs.pagsmile.com/issuing-card-api/business/webhook/manage-webhook-url.md): Create/update callback endpoints.
- [Create Webhook URL](https://docs.pagsmile.com/issuing-card-api/business/webhook/manage-webhook-url/create-webhook-url.md): Establish a callback endpoint to receive Pagsmile notifications for specific event types.
- [Update Webhook URL](https://docs.pagsmile.com/issuing-card-api/business/webhook/manage-webhook-url/update-webhook-url.md): Modify your existing webhook notification endpoint.
- [Query Webhook URL](https://docs.pagsmile.com/issuing-card-api/business/webhook/manage-webhook-url/query-webhook-url.md): Retrieve your current webhook configuration.
- [Apply Card Result Notification](https://docs.pagsmile.com/issuing-card-api/business/webhook/apply-card-result-notification.md): Receive card application outcomes.
- [Card Status Notification](https://docs.pagsmile.com/issuing-card-api/business/webhook/card-status-notification.md): Get notified when card status updates occur.
- [Cardholder Audit Status Notification](https://docs.pagsmile.com/issuing-card-api/business/webhook/cardholder-audit-status-notification.md): Receive updates on cardholder audit status changes.
- [Authorization Details Notification](https://docs.pagsmile.com/issuing-card-api/business/webhook/authorization-details-notification.md): Real-time authorization attempt notifications.
- [OTP Information Notification](https://docs.pagsmile.com/issuing-card-api/business/webhook/otp-information-notification.md): Receive 3DS authentication OTP codes via webhook.


---

# 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://docs.pagsmile.com/issuing-card-api/business/webhook.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.
