How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
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.2.0, 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.2.0
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), CreateWebhookRequest (2 properties). Each schema is shown below with its type and property counts.

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

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
Where this information came from

This is an independent, third-party profile of Revolut Webhooks (v2) API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.