business.created
Occurs when a business is created.
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.
Unique Paddle ID for this notification, prefixed with ntf_
.
Represents a business entity.
Unique Paddle ID for this business entity, prefixed with biz_
.
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.
12345678910111213141516171819201{
2 "event_id": "evt_01h84a7j1cpqtrcdqs63ph1pqe",
3 "event_type": "business.created",
4 "occurred_at": "2023-08-18T12:34:25.964234Z",
5 "notification_id": "ntf_01h84a7j47t67znhbhf633yek6",
6 "data": {
7 "id": "biz_01h84a7hr4pzhsajkm8tev89ev",
8 "name": "ChatApp Inc.",
9 "status": "active",
10 "contacts": [
11 {
12 "name": "Parker Jones",
13 "email": "parker@example.com"
14 }
15 ],
16 "custom_data": {
17 "customer_reference_id": "abcd1234"
18 },
19 "created_at": "2023-08-18T12:34:25.668Z",
20 "updated_at": "2023-08-18T12:34:25.668Z",