Skip to main content
WEBHOOK
price.imported
{
  "event_id": "evt_01hgarz844zdfws6djn9rz6qm7",
  "event_type": "price.imported",
  "occurred_at": "2024-01-01T13:31:34.071379Z",
  "notification_id": "ntf_01hd46rrqkrbndwzrarcew6t21",
  "data": {
    "id": "pri_01gsz95g2zrkagg294kpstx54r",
    "product_id": "pro_01gsz92krfzy3hcx5h5rtgnfwz",
    "type": "standard",
    "description": "Monthly (recurring addon)",
    "name": "Monthly (recurring addon)",
    "billing_cycle": {
      "interval": "month",
      "frequency": 1
    },
    "trial_period": null,
    "tax_mode": "account_setting",
    "unit_price": {
      "amount": "25000",
      "currency_code": "USD"
    },
    "unit_price_overrides": [],
    "custom_data": null,
    "status": "active",
    "quantity": {
      "minimum": 1,
      "maximum": 1
    },
    "import_meta": {
      "external_id": "fc1ba9bc-8ddb-11ee-b9d1-0242ac120002",
      "imported_from": "paddle_classic"
    },
    "created_at": "2024-01-01T13:31:34.071379Z",
    "updated_at": "2024-01-01T13:31:34.071379Z"
  }
}

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 imported.

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.