CheckoutOrganization
December 19, 2025 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
created_at | date | :heavy_check_mark: | Creation timestamp of the object. |
modified_at | date | :heavy_check_mark: | Last modification timestamp of the object. |
id | str | :heavy_check_mark: | The ID of the object. |
name | str | :heavy_check_mark: | Organization name shown in checkout, customer portal, emails etc. |
slug | str | :heavy_check_mark: | Unique organization slug in checkout, customer portal and credit card statements. |
avatar_url | Nullable[str] | :heavy_check_mark: | Avatar URL shown in checkout, customer portal, emails etc. |
proration_behavior | models.SubscriptionProrationBehavior | :heavy_check_mark: | N/A |
allow_customer_updates | bool | :heavy_check_mark: | Whether customers can update their subscriptions from the customer portal. |