The supplier POSTs this payload to the RTI User’s registered webhook URL whenever a relevant event occurs for a consumer with active consent.
| Type | Meaning |
|---|---|
tariff.change | The tariff applicable to this MPXN has changed |
tariff.update | Unit rate, standing charge, or time variables updated (static tariffs only) |
supplier.change | The consumer has switched supplier |
consent.revoked | The consumer has revoked consent for this RTI User |
supplier.cessation | The supplier is ceasing voluntary TI participation for this MPXN |
Dynamic tariffs do not generate
tariff.updateevents. RTI Users must poll proactively usingvalid_from/valid_todatetimes in the rate windows.
| Event | Required within |
|---|---|
tariff.change / tariff.update | Within 60 minutes of the change taking effect |
consent.revoked (consumer via supplier) | 1 working day |
consent.revoked (RTI User de-registration) | 60 minutes |
supplier.cessation | 3 months minimum notice |
Payloads are signed. The signature is provided in the webhook-signature HTTP
header. RTI Users must verify this before processing.
Suppliers buffer undelivered notifications for a minimum of 72 hours and retry on non-2xx responses.
Payload pushed to an RTI User's webhook when a tariff or consent event occurs.
Verify the webhook-signature HTTP header before processing.
UUID uniquely identifying a registered webhook endpoint.
"550e8400-e29b-41d4-a716-446655440000"
When this notification was dispatched by the supplier.
"2026-11-01T10:00:00.000Z"
The category of event being notified.
tariff.change, tariff.update, supplier.change, consent.revoked, supplier.cessation When the underlying event occurred.
"2026-11-01T10:00:00.000Z"
Meter Point Administration Number (MPAN) or Meter Point Reference Number (MPRN).
13"1012345678901"
Compact UUID generated by the supplier uniquely identifying a set of tariff pricing data prefixed with trf_.
A single display name may map to multiple tariff IDs where a supplier prices
differently by payment method or region.
^trf_[0-9a-f]{32}$"trf_a1b2c3d4e5f67890abcdef1234567890"
Four-character Market Participant Identifier for a supplier.
4"SEBD"
Event received and acknowledged.