price.created
Occurs when a price is created.
created_at
and updated_at
may be null
in events that occurred before this field was added to price entities.
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.
Represents a price entity.
Unique Paddle ID for this price, prefixed with pri_
.
Paddle ID for the product that this price is for, prefixed with pro_
.
Internal description for this price, not shown to customers. Typically notes for your team.
Type of item. Standard items are considered part of your catalog and are shown on the Paddle web app.
Name of this price, shown to customers at checkout and on invoices. Typically describes how often the related product bills.
How often this price should be charged. null
if price is non-recurring (one-time).
Trial period for the product related to this price. The billing cycle begins once the trial period is over. null
for no trial period. Requires billing_cycle
.
How tax is calculated for this price.
Base price. This price applies to all customers, except for customers located in countries where you have unit_price_overrides
.
List of unit price overrides. Use to override the base price with a custom price and currency for a country or group of countries.
Limits on how many times the related product can be purchased at this price. Useful for discount campaigns.
Whether this entity can be used in Paddle.
Your own structured key-value data.
Import information for this entity. null
if this entity is not imported.
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.
Unique Paddle ID for this notification, prefixed with ntf_
.
12345678910111213141516171819201{
2 "event_id": "evt_01hv0vaxeypbdcfw039a3gmc78",
3 "event_type": "price.created",
4 "occurred_at": "2024-04-09T07:14:38.686498Z",
5 "notification_id": "ntf_01hv0vaxj3znpd9vdpp3efa4n4",
6 "data": {
7 "id": "pri_01hv0vax6rv18t4tamj848ne4d",
8 "name": "Monthly (per seat)",
9 "type": "standard",
10 "status": "active",
11 "quantity": {
12 "maximum": 100,
13 "minimum": 1
14 },
15 "tax_mode": "account_setting",
16 "product_id": "pro_01htz88xpr0mm7b3ta2pjkr7w2",
17 "unit_price": {
18 "amount": "500",
19 "currency_code": "USD"
20 },