Organizations
Model
Organization Model
object "organization"
The description of the model.
active boolean
if this organization is currently active.
billing Billing
Comprehensive billing information for the organization. See Billing Model for more details.
currency string
The three-letter ISO code for the currency. Currently, all accounts should be set to "usd".
created_at Integer
Time in epoch seconds when this resource was created.
id string
Unique identifier for this organization, prefixed with org_
logo_url string
The URL for the organization's logo, used in email communications and shipping labels where permissible.
metadata object
Custom key-value pairs for storing additional organization data.
profile Object
Contains essential information about the organization.
Show Details
roles object[]
Array of role objects.
Show Details
requirements object
Outlines any pending requirements for the organization's onboarding process.
Show Details
social_media Object
URLs to the organization's social media profiles, used in customer communications.
Show Details
settings Settings
The Settings Model provides default values for various APIs, which can be overridden on a per-request basis.
Show Details
updated_at integer
Time in epoch seconds when this resource was last updated.
updated_by string
The ID of the user or key who last updated the location.
enable_scoped_payment_methods boolean
For enterprise accounts, when this property is set to true
, payment methods are scoped to a specific location.
tenants string[]
A list of organization ID's financially dependent on this organization, inheriting its pricing structure. To be replaced by tenant_ids
.
tenant_ids string[]
A list of organization ID's financially dependent on this organization, inheriting its pricing structure.
checksum string
A hash value computed from the current organization configuration. This value gets updated whenever the organization updates.