Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Revolut Webhooks (v2) API

:::noteThis is the latest version of the Webhooks API, v2. For the previous version of the API, see [Webhooks (v1) (deprecated)](https://developer.revolut.com/docs/api/business#tag-webhooks-v1-deprecated).:::A webhook (also called a web callback) allows your system to receive updates about your account to an HTTPS endpoint that you provide.When a supported event occurs, a notification is posted via HTTP `POST` method to the specified endpoint. If the receiver returns an HTTP error response, Revolut will retry the webhook event three more times, each with a 10-minute interval.The following events are supported:- `TransactionCreated`- `TransactionStateChanged`- `PayoutLinkCreated`- `PayoutLinkStateChanged`For more information, see the guides: [About webhooks](https://developer.revolut.com/docs/guides/manage-accounts/webhooks/about-webhooks) and [Manage webhooks](https://developer.revolut.com/docs/guides/manage-accounts/webhooks/manage-webhooks).

Revolut Webhooks (v2) API is one of 46 APIs that Revolut publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webhooks (v2). The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 7 operations across 4 paths, and defines 11 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against 2 base URLs: https://b2b.revolut.com/api/1.0, https://sandbox-b2b.revolut.com/api/1.0.

7 operations 4 paths 11 schemas 1 DELETE3 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://b2b.revolut.com/api/1.0
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Revolut Webhooks (v2) API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (AccessToken).

  • AccessToken — Each Business API request must contain an authorization header in the following format to make a call: Bearer . The access token will be obtained the first tim…

Paths & Operations 7

Across 4 paths, the API surfaces 7 operations — 1 DELETE, 3 GET, 1 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Webhooks (v2) 7

:::note This is the latest version of the Webhooks API, v2. For the previous version of the API, see [Webhooks (v1) (deprecated)](https://developer.revolut.com/docs/api/businessta…

POST
/webhooks
Create a new webhook
createWebhook body → 201400422default
GET
/webhooks
Retrieve a list of webhooks
getWebhooks → 200default
GET
/webhooks/{webhook_id}
Retrieve a webhook
getWebhook 1 param → 200400404default
PATCH
/webhooks/{webhook_id}
Update a webhook
updateWebhook 1 param body → 200400default
DELETE
/webhooks/{webhook_id}
Delete a webhook
deleteWebhook 1 param → 204404default
POST
/webhooks/{webhook_id}/rotate-signing-secret
Rotate a webhook signing secret
rotateWebhookSigningSecret 1 param body → 200400404422default
GET
/webhooks/{webhook_id}/failed-events
Retrieve a list of failed webhook events
getFailedWebhookEvents 3 params → 200400404default

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are WebhookEvent (7 properties), Webhook-v2 (4 properties), Webhook-v2-basic (3 properties), UpdateWebhookRequest (2 properties). Each schema is shown below with its type and property counts.

Webhook-v2-basic
object
3 properties 3 required
CreateWebhookRequest
object
2 properties 1 required
UpdateWebhookRequest
object
2 properties
WebhookEvent
object
A webhook event
7 properties 6 required
WebhookEvents
array
Webhook-v2
object
4 properties 4 required
Url
string
A valid webhook URL to which to send event notifications. The supported protocol is https.
Webhooks
array
WebhookEventType
The type of the webhook event to subscribe to.
Error
object
2 properties 2 required
WebhookSigningSecretRotateRequest
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

revolut-webhooks-v2-api-openapi.yml Raw ↑

Other APIs Revolut publishes across the network.

Revolut Accounting API
Revolut Accounting categories API
Revolut Accounts API
Revolut Apple Pay merchant registration API
Revolut Applications API
Revolut Balance API
Revolut Card invitations API
Revolut Cards API
Revolut Configuration API
Revolut Counterparties API
Revolut Customers API
Revolut Disputes API