Skip to main content
WEBHOOK
price.created
{
  "event_id": "evt_01hv0vaxeypbdcfw039a3gmc78",
  "event_type": "price.created",
  "occurred_at": "2024-04-09T07:14:38.686498Z",
  "notification_id": "ntf_01hv0vaxj3znpd9vdpp3efa4n4",
  "data": {
    "id": "pri_01hv0vax6rv18t4tamj848ne4d",
    "name": "Monthly (per seat)",
    "type": "standard",
    "status": "active",
    "quantity": {
      "maximum": 100,
      "minimum": 1
    },
    "tax_mode": "account_setting",
    "product_id": "pro_01htz88xpr0mm7b3ta2pjkr7w2",
    "unit_price": {
      "amount": "500",
      "currency_code": "USD"
    },
    "custom_data": null,
    "description": "Monthly (per seat) with 14 day trial",
    "import_meta": null,
    "trial_period": {
      "interval": "day",
      "frequency": 14
    },
    "billing_cycle": {
      "interval": "month",
      "frequency": 1
    },
    "unit_price_overrides": [],
    "created_at": "2024-04-09T07:14:38.424504286Z",
    "updated_at": "2024-04-09T07:14:38.424504359Z"
  }
}

Headers

Paddle-Signature
string
required

Signature for this request. Use to verify that webhooks come from Paddle.

Example:

"ts=1671552777;h1=eb4d0dc8853be92b7f063b9f3ba5233eb920a09459b6e6b2c26705b4364db151"

Body

application/json

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.

data
Price Notification · object

Represents a price entity.

Response

200

Respond with an HTTP 200 status code within 5 seconds to let Paddle know that you successfully received the message.

If your server sends another kind of status code or doesn't respond, Paddle automatically retries using an exponential backoff schedule.