# Webhook Subscriptions

Multiple webhook subscription types are available to help you stay informed about key events related to merchant onboarding, transaction activity, and equipment handling. These webhooks deliver real-time notifications to your configured endpoints, allowing for more responsive and automated workflows.

#### **1. Transaction Webhook** <a href="#id-1.-transaction-webhook" id="id-1.-transaction-webhook"></a>

Delivers real-time notifications for transaction events, including successful payments, declines, and refunds. Ideal for updating dashboards, triggering email receipts, or managing reconciliation.

#### **2. Onboarding Webhooks** <a href="#id-2.-onboarding-webhooks" id="id-2.-onboarding-webhooks"></a>

Provides updates on the merchant onboarding process. Notifications include application status changes, required corrections, and terminal shipping progress.

#### **3. Equipment Tracking and Activation Webhooks** <a href="#id-3.-equipment-tracking-and-activation-webhooks" id="id-3.-equipment-tracking-and-activation-webhooks"></a>

Sends alerts when payment terminals are shipped and enables merchants to activate their terminals upon delivery.

{% hint style="warning" %}
Onboarding and equipment webhooks aren't triggered by transactions but are essential for setting up and enabling payment processing events.
{% endhint %}


---

# 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.xplorpay.com/api-reference/webhooks/webhook-subscriptions.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.
