Skip to main content
WEBHOOK
business.imported
{
  "event_id": "evt_01hv8j0zfjnmns8fgbxyz2wsp4",
  "event_type": "business.imported",
  "occurred_at": "2024-04-12T07:05:51.346952Z",
  "notification_id": "ntf_01hv8j0zhn3zcmz0vcvcmk8hmr",
  "data": {
    "id": "biz_01hv8hkr641vmpwytx38znv56k",
    "name": "HighFly LLC.",
    "status": "active",
    "contacts": [
      {
        "name": "Blair Lopez",
        "email": "[email protected]"
      }
    ],
    "created_at": "2024-04-12T07:05:50.887Z",
    "updated_at": "2024-04-12T07:05:50.887Z",
    "custom_data": null,
    "customer_id": "ctm_01hv6y1jedq4p1n0yqn5ba3ky4",
    "import_meta": {
      "external_id": "1fc0727f-d3d5-43a0-907a-f3c002535ca0",
      "imported_from": "paddle_classic"
    },
    "company_number": "555829503785",
    "tax_identifier": "555810433"
  }
}

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

data
Business Notification · object

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.