business.updated
Occurs when a business is updated.
Unique Paddle ID for this event, prefixed with evt_
.
Type of event sent by Paddle, in the format entity.event_type
.
RFC 3339 datetime string of when this event occurred.
New or changed entity.
Unique Paddle ID for this business entity, prefixed with biz_
.
Paddle ID for the customer related to this business, prefixed with cus_
.
Name of this business.
Company number for this business.
Tax or VAT Number for this business.
Whether this entity can be used in Paddle.
List of contacts related to this business, typically used for sending invoices.
RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.
Your own structured key-value data.
Import information for this entity. null
if this entity is not imported.
Unique Paddle ID for this notification, prefixed with ntf_
.
12345678910111213141516171819201{
2 "event_id": "evt_01hv8hr6nwtrnt3gwrz3apjfzh",
3 "event_type": "business.updated",
4 "occurred_at": "2024-04-12T07:01:03.805047Z",
5 "notification_id": "ntf_01hv8hr6r2vcfjtjjsqv7t5179",
6 "data": {
7 "id": "biz_01hv8hkr641vmpwytx38znv56k",
8 "name": "Uplift Inc.",
9 "status": "active",
10 "contacts": [
11 {
12 "name": "Parker Jones",
13 "email": "parker@example.com"
14 },
15 {
16 "name": "Jo Riley",
17 "email": "jo@example.com"
18 },
19 {
20 "name": "Jesse Garcia",