> **Description:** All notable changes to the Webhooks API will be documented here.

# Changelog

All notable changes to the current API will be documented here.
To learn about API versioning, see
[API lifecycle](https://developer.vippsmobilepay.com/docs/knowledge-base/api-lifecycle.md).

Changes that affect multiple APIs are documented in the [general changelog](https://developer.vippsmobilepay.com/docs/changelog.md).

## August 2026

### PSP support for webhooks

PSPs can now register and manage webhooks, the same way partners do. See [Partner and PSP webhooks](https://developer.vippsmobilepay.com/docs/APIs/webhooks-api/api-guide.md#partner-and-psp-webhooks).

## May 2026

### Partner support for donations webhooks

Partners can now register webhooks for `donations.*` event types. See [Partner webhooks](https://developer.vippsmobilepay.com/docs/APIs/webhooks-api/api-guide.md#partner-and-psp-webhooks).

## March 2026

### Automatic removal of faulty webhook registrations

To improve platform reliability, we now automatically remove webhook registrations that have been unresponsive for **2 weeks**. If your endpoint is unresponsive for that period, the registration will be removed.

We recommend [monitoring webhooks in the portal](https://developer.vippsmobilepay.com/docs/APIs/webhooks-api/api-guide.md#monitoring-webhooks-in-the-portal) and ensuring your server responds with `HTTP 200 OK`. See [Faulty webhook servers](https://developer.vippsmobilepay.com/docs/APIs/webhooks-api/api-guide.md#faulty-webhook-servers) for details.

## January 2026

* Added [event types for Donations API](https://developer.vippsmobilepay.com/docs/APIs/webhooks-api/events.md#donations-api-event-types).

## January 2025

### Webhook retry strategy

(Retroactively added; originally implemented on 28-11-2024)

The webhook retry strategy was changed.
See:
[Webhooks API guide: Retry strategy](https://developer.vippsmobilepay.com/docs/APIs/webhooks-api/api-guide.md#retry-strategy) for the new strategy.

## February 2024

* Added `Webhook-Id` to callback headers.
* Webhook limit per event increased to 25 for all event types except for `user.checked-in.v1`.

## October 2023

* Synchronous webhooks are now supported.
* `EventType` for QR callback supported.

## September 2023

* Partner authentication is now supported, see [Webhooks API: Partner webhooks](https://developer.vippsmobilepay.com/docs/APIs/webhooks-api/api-guide.md#partner-and-psp-webhooks).

## March 2023

* Launched the Webhooks API.

> **Full site overview:** For every page in this documentation, read [https://developer.vippsmobilepay.com/llms.txt](https://developer.vippsmobilepay.com/llms.txt).
