Documentation

Developers

Configuration

Sales Events

checkout.createdcheckout.updatedorder.createdsubscription.activesubscription.canceledsubscription.createdsubscription.revokedsubscription.updatedbenefit_grant.createdbenefit_grant.revokedbenefit_grant.updated

Store Events

product.createdproduct.updatedbenefit.createdbenefit.updatedorganization.updated

order.created

Sent when a new order is created.

Discord & Slack support: Full

Raw format payload

{
  "type": "order.created",
  "data": {
    "created_at": "2024-12-22T00:00:00.000Z",
    "modified_at": "2024-12-22T00:00:00.000Z",
    "id": "00000000-0000-0000-0000-000000000000",
    "metadata": {},
    "custom_field_data": {},
    "amount": 0,
    "tax_amount": 0,
    "currency": "string",
    "billing_reason": "purchase",
    "billing_address": {
      "line1": "string",
      "line2": "string",
      "postal_code": "string",
      "city": "string",
      "state": "string",
      "country": "string"
    },
    "customer_id": "00000000-0000-0000-0000-000000000000",
    "product_id": "00000000-0000-0000-0000-000000000000",
    "product_price_id": "00000000-0000-0000-0000-000000000000",
    "discount_id": "00000000-0000-0000-0000-000000000000",
    "subscription_id": "00000000-0000-0000-0000-000000000000",
    "checkout_id": "00000000-0000-0000-0000-000000000000",
    "customer": {
      "created_at": "2024-12-22T00:00:00.000Z",
      "modified_at": "2024-12-22T00:00:00.000Z",
      "id": "00000000-0000-0000-0000-000000000000",
      "metadata": {},
      "email": "string",
      "email_verified": false,
      "name": "string",
      "billing_address": {
        "line1": "string",
        "line2": "string",
        "postal_code": "string",
        "city": "string",
        "state": "string",
        "country": "string"
      },
      "tax_id": [
        "string",
        "ad_nrt"
      ],
      "organization_id": "00000000-0000-0000-0000-000000000000",
      "avatar_url": "string"
    },
    "user_id": "00000000-0000-0000-0000-000000000000",
    "user": {
      "id": "00000000-0000-0000-0000-000000000000",
      "email": "string",
      "public_name": "string",
      "avatar_url": "string",
      "github_username": "string"
    },
    "product": {
      "created_at": "2024-12-22T00:00:00.000Z",
      "modified_at": "2024-12-22T00:00:00.000Z",
      "id": "00000000-0000-0000-0000-000000000000",
      "name": "string",
      "description": "string",
      "is_recurring": false,
      "is_archived": false,
      "organization_id": "00000000-0000-0000-0000-000000000000"
    },
    "product_price": {
      "created_at": "2024-12-22T00:00:00.000Z",
      "modified_at": "2024-12-22T00:00:00.000Z",
      "id": "00000000-0000-0000-0000-000000000000",
      "amount_type": "fixed",
      "is_archived": false,
      "product_id": "00000000-0000-0000-0000-000000000000",
      "price_currency": "string",
      "price_amount": 0,
      "type": "recurring",
      "recurring_interval": "month"
    },
    "discount": {
      "duration": "once",
      "type": "fixed",
      "amount": 0,
      "currency": "string",
      "created_at": "2024-12-22T00:00:00.000Z",
      "modified_at": "2024-12-22T00:00:00.000Z",
      "id": "00000000-0000-0000-0000-000000000000",
      "metadata": {},
      "name": "string",
      "code": "string",
      "starts_at": "2024-12-22T00:00:00.000Z",
      "ends_at": "2024-12-22T00:00:00.000Z",
      "max_redemptions": 0,
      "redemptions_count": 0,
      "organization_id": "00000000-0000-0000-0000-000000000000"
    },
    "subscription": {
      "metadata": {},
      "created_at": "2024-12-22T00:00:00.000Z",
      "modified_at": "2024-12-22T00:00:00.000Z",
      "id": "00000000-0000-0000-0000-000000000000",
      "amount": 0,
      "currency": "string",
      "recurring_interval": "month",
      "status": "incomplete",
      "current_period_start": "2024-12-22T00:00:00.000Z",
      "current_period_end": "2024-12-22T00:00:00.000Z",
      "cancel_at_period_end": false,
      "started_at": "2024-12-22T00:00:00.000Z",
      "ended_at": "2024-12-22T00:00:00.000Z",
      "customer_id": "00000000-0000-0000-0000-000000000000",
      "product_id": "00000000-0000-0000-0000-000000000000",
      "price_id": "00000000-0000-0000-0000-000000000000",
      "discount_id": "00000000-0000-0000-0000-000000000000",
      "checkout_id": "00000000-0000-0000-0000-000000000000",
      "user_id": "00000000-0000-0000-0000-000000000000"
    }
  }
}