---
title: "organization.updated"
method: POST
path: "organization.updated"
---

# organization.updated

`POST organization.updated` (webhook)

Sent when a organization is updated.

**Discord & Slack support:** Basic

## Payload

- WebhookOrganizationUpdatedPayload — Sent when a organization is updated. **Discord & Slack support:** Basic
  - `type` 'organization.updated', required
  - `timestamp` string, date-time, required
  - `data` Organization, required
    - `created_at` string, date-time, required — Creation timestamp of the object.
    - `modified_at` string, date-time, nullable, required — Last modification timestamp of the object.
    - `id` string, uuid4, required — The ID of the object.
    - `name` string, required — Organization name shown in checkout, customer portal, emails etc.
    - `slug` string, required — Unique organization slug in checkout, customer portal and credit card statements.
    - `avatar_url` string, nullable, required — Avatar URL shown in checkout, customer portal, emails etc.
    - `proration_behavior` 'invoice' | 'prorate' | 'next_period' | 'reset', required
    - `allow_customer_updates` boolean, required — Whether customers can update their subscriptions from the customer portal.
    - `email` string, nullable, required — Public support email.
    - `website` string, nullable, required — Official website of the organization.
    - `socials` OrganizationSocialLink[], required — Links to social profiles.
      - `platform` 'x' | 'github' | 'facebook' | 'instagram' | 'youtube' | 'tiktok' | 'linkedin' | 'threads' | 'discord' | 'other', required
      - `url` string, uri, required — The URL to the organization profile
    - `status` 'created' | 'review' | 'snoozed' | 'denied' | 'active' | 'blocked' | 'offboarding' | 'offboarded', required
    - `details_submitted_at` string, date-time, nullable, required — When the business details were submitted for review.
    - `onboarding_resubmission_requested_at` string, date-time, nullable, required — When Polar requested that the organization review and resubmit its onboarding information, if applicable.
    - `sso_enforced` boolean, required — Whether members must access this organization through its SSO connection.
    - `default_presentment_currency` string, required — Default presentment currency. Used as fallback in checkout and customer portal, if the customer's local currency is not available.
    - `default_tax_behavior` 'location' | 'inclusive' | 'exclusive', required
    - `feature_settings` OrganizationFeatureSettings, required
      - `issue_funding_enabled` boolean — If this organization has issue funding enabled
      - `seat_based_pricing_enabled` boolean — If this organization has seat-based pricing enabled
      - `wallets_enabled` boolean — If this organization has Wallets enabled
      - `member_model_enabled` boolean — If this organization has the Member model enabled
      - `checkout_localization_enabled` boolean — If this organization has checkout localization enabled
      - `overview_metrics` string[], nullable — Ordered list of metric slugs shown on the dashboard overview.
      - `reset_proration_behavior_enabled` boolean — If this organization has access to reset proration behavior.
      - `off_session_charges_enabled` boolean — If this organization can create and finalize draft orders via the API (off-session charges against a saved payment method).
      - `slack_benefit_enabled` boolean — Enables the slack shared channel benefit
      - `preview_access_enabled` boolean — If this organization has preview access to new features enabled
      - `disputes_enabled` boolean — If this organization has the disputes dashboard enabled
      - `sso_enabled` boolean — If this organization has single sign-on configuration enabled
      - `compass_enabled` boolean — If this organization has the split product navigation (Billing / Compass / Customers) enabled in the dashboard
      - `merchant_migration_enabled` boolean — If this organization can migrate its billing from another provider (e.g. Stripe) to Polar.
    - `subscription_settings` OrganizationSubscriptionSettings, required
      - `allow_multiple_subscriptions` boolean, required
      - `proration_behavior` 'invoice' | 'prorate' | 'next_period', required
      - `benefit_revocation_grace_period` integer, required
      - `prevent_trial_abuse` boolean, required
      - `allow_customer_updates` boolean, required
    - `customer_email_settings` OrganizationCustomerEmailSettings, required
      - `order_confirmation` boolean, required
      - `payment_method_expiration_reminder` boolean, required
      - `subscription_cancellation` boolean, required
      - `subscription_confirmation` boolean, required
      - `subscription_cycled` boolean, required
      - `subscription_cycled_after_trial` boolean, required
      - `subscription_past_due` boolean, required
      - `subscription_paused` boolean, required
      - `subscription_resumed` boolean, required
      - `subscription_renewal_reminder` boolean, required
      - `subscription_revoked` boolean, required
      - `subscription_trial_conversion_reminder` boolean, required
      - `subscription_uncanceled` boolean, required
      - `subscription_updated` boolean, required
    - `customer_portal_settings` OrganizationCustomerPortalSettings, required
      - `usage` CustomerPortalUsageSettings, required
        - `show` boolean, required
      - `subscription` CustomerPortalSubscriptionSettings, required
        - `update_seats` boolean, required
        - `update_plan` boolean, required
        - `pause` boolean
      - `customer` CustomerPortalCustomerSettings
        - `allow_email_change` boolean
    - `embed_hosts` string[], required — Hosts allowed to embed this organization's checkout. An entry is a host and an optional port, without a scheme: HTTPS is always allowed, and HTTP too for local hosts — `localhost`, any `.localhost` or `.local` name, and loopback or private addresses. `*.example.com` matches any subdomain, but not `example.com` itself. An app origin such as `chrome-extension://abcdef` carries its scheme, having no host to match on.
    - `embed_hosts_enforced` boolean, required — Whether an embedding page's origin must match `embed_hosts`. Organizations that have not configured a list yet embed unchecked until the allowlist is enforced for everyone.
    - `country` 'AD' | 'AE' | 'AF' | 'AG' | 'AI' | 'AL' | 'AM' | 'AO' | 'AQ' | 'AR' | 'AS' | 'AT' | 'AU' | 'AW' | 'AX' | 'AZ' | 'BA' | 'BB' | 'BD' | 'BE' | 'BF' | 'BG' | 'BH' | 'BI' | 'BJ' | 'BL' | 'BM' | 'BN' | 'BO' | 'BQ' | 'BR' | 'BS' | 'BT' | 'BV' | 'BW' | 'BY' | 'BZ' | 'CA' | 'CC' | 'CD' | 'CF' | 'CG' | 'CH' | 'CI' | 'CK' | 'CL' | 'CM' | 'CN' | 'CO' | 'CR' | 'CU' | 'CV' | 'CW' | 'CX' | 'CY' | 'CZ' | 'DE' | 'DJ' | 'DK' | 'DM' | 'DO' | 'DZ' | 'EC' | 'EE' | 'EG' | 'EH' | 'ER' | 'ES' | 'ET' | 'FI' | 'FJ' | 'FK' | 'FM' | 'FO' | 'FR' | 'GA' | 'GB' | 'GD' | 'GE' | 'GF' | 'GG' | 'GH' | 'GI' | 'GL' | 'GM' | 'GN' | 'GP' | 'GQ' | 'GR' | 'GS' | 'GT' | 'GU' | 'GW' | 'GY' | 'HK' | 'HM' | 'HN' | 'HR' | 'HT' | 'HU' | 'ID' | 'IE' | 'IL' | 'IM' | 'IN' | 'IO' | 'IQ' | 'IR' | 'IS' | 'IT' | 'JE' | 'JM' | 'JO' | 'JP' | 'KE' | 'KG' | 'KH' | 'KI' | 'KM' | 'KN' | 'KP' | 'KR' | 'KW' | 'KY' | 'KZ' | 'LA' | 'LB' | 'LC' | 'LI' | 'LK' | 'LR' | 'LS' | 'LT' | 'LU' | 'LV' | 'LY' | 'MA' | 'MC' | 'MD' | 'ME' | 'MF' | 'MG' | 'MH' | 'MK' | 'ML' | 'MM' | 'MN' | 'MO' | 'MP' | 'MQ' | 'MR' | 'MS' | 'MT' | 'MU' | 'MV' | 'MW' | 'MX' | 'MY' | 'MZ' | 'NA' | 'NC' | 'NE' | 'NF' | 'NG' | 'NI' | 'NL' | 'NO' | 'NP' | 'NR' | 'NU' | 'NZ' | 'OM' | 'PA' | 'PE' | 'PF' | 'PG' | 'PH' | 'PK' | 'PL' | 'PM' | 'PN' | 'PR' | 'PS' | 'PT' | 'PW' | 'PY' | 'QA' | 'RE' | 'RO' | 'RS' | 'RU' | 'RW' | 'SA' | 'SB' | 'SC' | 'SD' | 'SE' | 'SG' | 'SH' | 'SI' | 'SJ' | 'SK' | 'SL' | 'SM' | 'SN' | 'SO' | 'SR' | 'SS' | 'ST' | 'SV' | 'SX' | 'SY' | 'SZ' | 'TC' | 'TD' | 'TF' | 'TG' | 'TH' | 'TJ' | 'TK' | 'TL' | 'TM' | 'TN' | 'TO' | 'TR' | 'TT' | 'TV' | 'TW' | 'TZ' | 'UA' | 'UG' | 'UM' | 'US' | 'UY' | 'UZ' | 'VA' | 'VC' | 'VE' | 'VG' | 'VI' | 'VN' | 'VU' | 'WF' | 'WS' | 'YE' | 'YT' | 'ZA' | 'ZM' | 'ZW', nullable — Two-letter country code (ISO 3166-1 alpha-2).
    - `account_id` string, uuid4, nullable, required — ID of the transactions account.
    - `payout_account_id` string, uuid4, nullable, required — ID of the payout account.
    - `capabilities` OrganizationCapabilities, required
      - `checkout_payments` boolean, required — Whether the organization can accept new checkout payments.
      - `subscription_renewals` boolean, required — Whether the organization can process subscription renewals.
      - `payouts` boolean, required — Whether the organization can withdraw its balance.
      - `refunds` boolean, required — Whether the organization can issue refunds.
      - `api_access` boolean, required — Whether the organization can access the API.
      - `dashboard_access` boolean, required — Whether the organization can access the dashboard.

## Acknowledgement `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/polar/apis/polar-api.md) · [All operations](https://skmtc.net/polar/apis/polar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polar/polar-api/versions/964f974aceff/schema)
