Skip to main content
GET
/
api
/
billing
/
tariffs
/
{id}
Get one Tariff
curl --request GET \
  --url https://spaces.nexudus.com/api/billing/tariffs/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "BusinessId": 123,
  "BusinessName": "<string>",
  "Name": "<string>",
  "SystemTariffType": 123,
  "Price": 123,
  "DefaultInvoicingDay": 123,
  "Visible": true,
  "AvailableToAi": true,
  "NotesForAi": "<string>",
  "ShowPriceForAi": true,
  "PriceForAi": 123,
  "UseTimePasses": true,
  "Description": "<string>",
  "InvoiceLineDisplayAs": "<string>",
  "SignUpFee": 123,
  "CurrencyId": 123,
  "CurrencyCode": "<string>",
  "TaxRateId": 123,
  "ReducedTaxRateId": 123,
  "ExemptTaxRateId": 123,
  "FinancialAccountId": 123,
  "TermsAndConditions": "<string>",
  "ContractDocumentFileName": "<string>",
  "NewContractDocumentUrl": "<string>",
  "ClearContractDocumentFile": true,
  "CancellationPeriod": 123,
  "DisplayOrder": 123,
  "GroupName": "<string>",
  "DisablePortalCancellations": true,
  "SubscribersLimit": 123,
  "CancellationLimitDays": 123,
  "DefaultContractTerm": 123,
  "CancelMemeberAccountAfter": 123,
  "CheckinPricePlanLimit": 123,
  "CheckinMonthLimit": 123,
  "CheckinWeekLimit": 123,
  "VisitorMonthLimit": 123,
  "VisitorWeekLimit": 123,
  "VisitorDayLimit": 123,
  "HoursPricePlanLimit": 123,
  "HoursMonthLimit": 123,
  "HoursWeekLimit": 123,
  "BookingMinuteWeekLimit": 123,
  "BookingMinuteMonthLimit": 123,
  "DiscountExtraServices": 123,
  "DiscountTimePasses": 123,
  "DiscountCharges": 123,
  "InvoiceEvery": 123,
  "InvoiceEveryWeeks": 123,
  "AutoCancelAfter": 123,
  "AdvanceInvoiceCycles": 123,
  "ProrateDayOfMonth": 123,
  "ProrateDaysBefore": 123,
  "ProrateCancellations": true,
  "ChargeAndExtend": 123,
  "ExcludeFromInvoice": true,
  "AutoRaiseInvoices": true,
  "RaiseInvoiceEvery": 123,
  "RaiseInvoiceEveryWeeks": 123,
  "MinimumPrice": 123,
  "MinimumPriceIncludeTimePasses": true,
  "MinimumPriceIncludeExtraServices": true,
  "MinimumPriceIncludeEvents": true,
  "Archived": true,
  "Starred": true,
  "KeepNewAccountsOnHold": true,
  "CanBePaused": true,
  "PauseYearlyLimit": 123,
  "PauseCyclesLimit": 123,
  "BookingDueDateStrategy": 123,
  "BookingDueDateDayOfMonth": 123,
  "TotalSignUpPrice": 123,
  "TotalPrice": 123,
  "IsVirtualOffice": true,
  "WaitForIdentityChecksToActivate": true,
  "RequestAddressIdentityCheck": true,
  "AddressIdentityCheckDescription": "<string>",
  "AddressIdentityCheckProvider": 123,
  "KeepPausedIfAddressMismatch": true,
  "AddressIdentityCheckRepeatPattern": 123,
  "RequestIdentityCheck": true,
  "IdentityCheckProvider": 123,
  "IdentityCheckRepeatPattern": 123,
  "IdentityCheckDescription": "<string>",
  "RequestAmlCheck": true,
  "AmlCheckOpenSanctionsEnabled": true,
  "AmlCheckPappersEnabled": true,
  "AmlCheckOpenSanctionsDataset": "<string>",
  "AmlCheckScoreThreshold": 123,
  "SendOnBoardingFormByEmail": true,
  "FormPageId": 123,
  "FormPageName": "<string>",
  "ProductsStore": [
    123
  ],
  "ProductsForward": [
    123
  ],
  "ProductsRecycle": [
    123
  ],
  "ProductsShred": [
    123
  ],
  "ProductsScan": [
    123
  ],
  "ProductsReturn": [
    123
  ],
  "ProductsDeposit": [
    123
  ],
  "ProductsCollect": [
    123
  ],
  "DeliveryPreferencesMail": 123,
  "DeliveryPreferencesParcels": 123,
  "DeliveryPreferencesChecks": 123,
  "DeliveryPreferencesPublicity": 123,
  "DeliveryPreferencesOther": 123,
  "MaximumDeliveryStorageDays": 123,
  "MaximumCompanyAliases": 123,
  "MaximumRecipients": 123,
  "MaximumAddresses": 123,
  "TransferProductsToContract": true,
  "Id": 123,
  "UniqueId": "<string>",
  "CreatedOn": "<string>",
  "UpdatedOn": "<string>",
  "UpdatedBy": "<string>",
  "IsNew": true,
  "SystemId": "<string>"
}
A Tariff (also called a Plan) is a membership plan that customers can sign up to in exchange for access to a coworking space and other benefits. Tariffs are the foundation for contracts — every time a customer signs up to a plan, Nexudus generates a CoworkerContract for that member based on the plan’s settings. Plans define billing frequency (in months or weeks via InvoiceEvery / InvoiceEveryWeeks), pricing, cancellation rules, and limits on check-ins, booking minutes, visitor passes, and hours. Members are invoiced at the end of each billing cycle. Plans can include benefits such as day passes, booking credits, and money credits — these are configured through CoworkerExtraService and Product entities linked to the contract. Use SystemTariffType to categorise the plan (e.g. FullTimeHotDesk, VirtualOffice, Storage). Use Visible to control whether the plan appears on the members portal. Plans can optionally require identity checks before activation, enforce contract terms, support pausing, and define delivery handling preferences for virtual office mail. When you edit a plan, changes impact all members signed up to that plan. To customise settings for an individual member, edit their CoworkerContract instead.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the Tariff-Read role.

Path Parameters

id
integer
required
The Id of the Tariff record to retrieve.

Code Examples

curl -X GET \
  "https://spaces.nexudus.com/api/billing/tariffs/87654321" \
  -H "Authorization: Bearer YOUR_TOKEN"

Response

200

BusinessId
integer
ID of the business linked to this record.
BusinessName
string
Business name.
Name
string
Plan name.
SystemTariffType
integer
Category of the plan: FullTimePrivateOffice, PartTimePrivateOffice, FullTimeDedicatedDesk, PartTimeDedicatedDesk, FullTimeHotDesk, PartTimeHotDesk, FullTimeOther, PartTimeOther, Storage, VirtualOffice, Virtual, or Other. See eTariffType enum values: 1 = FullTimePrivateOffice, 2 = PartTimePrivateOffice, 3 = FullTimeDedicatedDesk, 4 = PartTimeDedicatedDesk, 5 = FullTimeHotDesk, 6 = PartTimeHotDesk, 7 = FullTimeOther, 8 = PartTimeOther, 9 = Storage, 10 = VirtualOffice, 11 = Virtual, 99 = Other.
Price
number
Recurring price charged per billing cycle.
DefaultInvoicingDay
integer
Day of the month on which invoices are generated for members on this plan.
Visible
boolean
Whether the plan is visible to customers on the members portal and mobile app.
AvailableToAi
boolean
Whether this plan is available to any AI channels (Email, Chat or WhatsApp) for recommendations for private offices;.
NotesForAi
string
Custom notes provided to the AI assistant when describing this plan.
ShowPriceForAi
boolean
Whether to show the plan price to the AI assistant.
PriceForAi
number
Custom price shown to the AI assistant instead of the actual price.
UseTimePasses
boolean
Whether this plan uses time passes for check-in access.
Description
string
Plan description shown to customers.
InvoiceLineDisplayAs
string
Custom text shown on the invoice line instead of the plan name.
SignUpFee
number
One-off fee charged when a customer first signs up to this plan.
CurrencyId
integer
ID of the currency linked to this record.
CurrencyCode
string
Currency code.
TaxRateId
integer
Standard tax rate applied to charges on this plan.
ReducedTaxRateId
integer
Reduced tax rate applied when applicable.
ExemptTaxRateId
integer
Tax-exempt rate applied when applicable.
FinancialAccountId
integer
Financial account used for revenue tracking.
TermsAndConditions
string
Terms and conditions text that members must accept when signing up.
ContractDocumentFileName
string
File name of the contract document template.
NewContractDocumentUrl
string
URL to upload a new contract document template.
ClearContractDocumentFile
boolean
Set to true to remove the uploaded contract document file.
CancellationPeriod
integer
Number of days’ notice required before a contract can be cancelled.
DisplayOrder
integer
Display order on the members portal (lower numbers appear first).
GroupName
string
Group name used to visually group plans together on the members portal.
DisablePortalCancellations
boolean
Prevents members from cancelling this plan through the members portal.
SubscribersLimit
integer
Maximum number of members that can be signed up to this plan at any time.
CancellationLimitDays
integer
Minimum number of days a contract must be active before it can be cancelled.
DefaultContractTerm
integer
Default minimum contract term in months for new sign-ups.
CancelMemeberAccountAfter
integer
Number of days after contract cancellation before the member account is deactivated.
CheckinPricePlanLimit
integer
Maximum number of check-ins included per billing cycle.
CheckinMonthLimit
integer
Maximum number of check-ins allowed per month.
CheckinWeekLimit
integer
Maximum number of check-ins allowed per week.
VisitorMonthLimit
integer
Maximum number of visitor passes allowed per month.
VisitorWeekLimit
integer
Maximum number of visitor passes allowed per week.
VisitorDayLimit
integer
Maximum number of visitor passes allowed per day.
HoursPricePlanLimit
integer
Maximum number of hours included per billing cycle.
HoursMonthLimit
integer
Maximum number of hours allowed per month.
HoursWeekLimit
integer
Maximum number of hours allowed per week.
BookingMinuteWeekLimit
integer
Maximum booking minutes allowed per week.
BookingMinuteMonthLimit
integer
Maximum booking minutes allowed per month.
DiscountExtraServices
number
Discount percentage for extra services.
DiscountTimePasses
number
Discount percentage for time passes.
DiscountCharges
number
Discount percentage for charges.
InvoiceEvery
integer
Billing cycle length in months. Set to 0 if billing by weeks instead.
InvoiceEveryWeeks
integer
Billing cycle length in weeks. Set to 0 if billing by months instead.
AutoCancelAfter
integer
Number of days after which the contract is automatically cancelled if not paid.
AdvanceInvoiceCycles
integer
Number of billing cycles to invoice in advance.
ProrateDayOfMonth
integer
Day of the month used to align billing cycles when prorating.
ProrateDaysBefore
integer
Number of days before the prorate day to start prorating.
ProrateCancellations
boolean
Whether to prorate the final invoice when a contract is cancelled mid-cycle.
ChargeAndExtend
integer
Number of days to extend a contract after payment is received.
ExcludeFromInvoice
boolean
Whether to exclude this plan’s charges from member invoices.
AutoRaiseInvoices
boolean
Whether to automatically generate invoices at the end of each billing cycle.
RaiseInvoiceEvery
integer
Raise invoice every N months.
RaiseInvoiceEveryWeeks
integer
Raise invoice every N weeks.
MinimumPrice
number
Minimum total amount charged per billing cycle regardless of usage.
MinimumPriceIncludeTimePasses
boolean
Whether time pass charges count towards the minimum price.
MinimumPriceIncludeExtraServices
boolean
Whether extra service charges count towards the minimum price.
MinimumPriceIncludeEvents
boolean
Whether event charges count towards the minimum price.
Archived
boolean
Whether the plan is archived and no longer available for new sign-ups.
Starred
boolean
Whether the plan is starred (highlighted) on the members portal.
KeepNewAccountsOnHold
boolean
Whether new sign-ups are kept on hold until manually approved.
CanBePaused
boolean
Whether members can pause their contract on this plan.
PauseYearlyLimit
integer
Maximum number of times a contract can be paused per year.
PauseCyclesLimit
integer
Maximum number of billing cycles a contract can be paused for.
BookingDueDateStrategy
integer
Strategy for determining when booking charges are due: RenewalDate, BookingEndDate, BookingCreationDate, or NextNthOfMonth. See eTariffBookingDueDateStrategy enum values: 1 = RenewalDate, 2 = BookingEndDate, 3 = BookingCreationDate, 4 = NextNthOfMonth.
BookingDueDateDayOfMonth
integer
Day of the month used when BookingDueDateStrategy is NextNthOfMonth.
TotalSignUpPrice
number
Calculated total price at sign-up including the plan price and sign-up fee.
TotalPrice
number
Calculated total recurring price per billing cycle.
IsVirtualOffice
boolean
Whether this is a virtual office plan with mail handling features.
WaitForIdentityChecksToActivate
boolean
Whether to keep the contract on hold until all required identity checks are completed.
RequestAddressIdentityCheck
boolean
Whether to request an address identity check from members signing up to this plan.
AddressIdentityCheckDescription
string
Instructions shown to members when completing the address identity check.
AddressIdentityCheckProvider
integer
Provider used for address identity checks: Manual or StripeIdentity. See eIdentityCheckProvider enum values: 1 = Manual, 2 = StripeIdentity.
KeepPausedIfAddressMismatch
boolean
Whether to keep the contract paused if the address identity check reveals a mismatch.
AddressIdentityCheckRepeatPattern
integer
How often to repeat the address identity check: Never, Every3Months, Every6Months, Every12Months, or Every24Months. See eIdentityCheckRepeatPattern enum values: 1 = Never, 2 = Every3Months, 3 = Every6Months, 4 = Every12Months, 5 = Every24Months.
RequestIdentityCheck
boolean
Whether to request an identity (ID document) check from members signing up to this plan.
IdentityCheckProvider
integer
Provider used for identity checks: Manual or StripeIdentity. See eIdentityCheckProvider enum values: 1 = Manual, 2 = StripeIdentity.
IdentityCheckRepeatPattern
integer
How often to repeat the identity check: Never, Every3Months, Every6Months, Every12Months, or Every24Months. See eIdentityCheckRepeatPattern enum values: 1 = Never, 2 = Every3Months, 3 = Every6Months, 4 = Every12Months, 5 = Every24Months.
IdentityCheckDescription
string
Instructions shown to members when completing the identity check.
RequestAmlCheck
boolean
Whether to request an AML check from members signing up to this plan.
AmlCheckOpenSanctionsEnabled
boolean
Whether to enable AML checks against the OpenSanctions dataset.
AmlCheckPappersEnabled
boolean
Whether to enable AML checks against the Pappers dataset.
AmlCheckOpenSanctionsDataset
string
Which OpenSanctions dataset to check against for AML screening (e.g. ‘default’).
AmlCheckScoreThreshold
number
Score threshold for AML checks, between 0 and 1. Matches with a score above this threshold will be considered a positive match. Default is 0.7.
SendOnBoardingFormByEmail
boolean
Whether to email the onboarding form to new members signing up to this plan.
FormPageId
integer
ID of the onboarding form page sent to new members.
FormPageName
string
Form page name.
ProductsStore
integer[]
Product IDs for mail stored for collection (virtual office).
ProductsForward
integer[]
Product IDs for mail forwarding (virtual office).
ProductsRecycle
integer[]
Product IDs for mail recycling (virtual office).
ProductsShred
integer[]
Product IDs for mail shredding (virtual office).
ProductsScan
integer[]
Product IDs for mail scanning (virtual office).
ProductsReturn
integer[]
Product IDs for returning mail to sender (virtual office).
ProductsDeposit
integer[]
Product IDs for check deposits (virtual office).
ProductsCollect
integer[]
Product IDs for mail collection (virtual office).
DeliveryPreferencesMail
integer
Allowed handling preferences for mail deliveries (virtual office).
DeliveryPreferencesParcels
integer
Allowed handling preferences for parcel deliveries (virtual office).
DeliveryPreferencesChecks
integer
Allowed handling preferences for check deliveries (virtual office).
DeliveryPreferencesPublicity
integer
Allowed handling preferences for publicity deliveries (virtual office).
DeliveryPreferencesOther
integer
Allowed handling preferences for other deliveries (virtual office).
MaximumDeliveryStorageDays
integer
Maximum number of days deliveries are stored before being returned (virtual office).
MaximumCompanyAliases
integer
Maximum number of company name aliases allowed for mail handling (virtual office).
MaximumRecipients
integer
Maximum number of mail recipients allowed (virtual office).
MaximumAddresses
integer
Maximum number of forwarding addresses allowed (virtual office).
TransferProductsToContract
boolean
Whether to automatically transfer mail handling products to the member’s contract.
Id
integer
Unique record identifier.
UniqueId
string
UUID of the record.
CreatedOn
string
Date and time the record was created (ISO 8601).
UpdatedOn
string
Date and time the record was last updated (ISO 8601).
UpdatedBy
string
Email of the user who last updated this record.
IsNew
boolean
Whether the record was recently created.
SystemId
string
External system identifier.
Example Response
{
  "BusinessId": 0,
  "BusinessName": null,
  "Name": "",
  "SystemTariffType": 0,
  "Price": 0,
  "DefaultInvoicingDay": null,
  "Visible": false,
  "AvailableToAi": false,
  "NotesForAi": null,
  "ShowPriceForAi": false,
  "PriceForAi": null,
  "UseTimePasses": false,
  "Description": null,
  "InvoiceLineDisplayAs": null,
  "SignUpFee": null,
  "CurrencyId": 0,
  "CurrencyCode": null,
  "TaxRateId": null,
  "ReducedTaxRateId": null,
  "ExemptTaxRateId": null,
  "FinancialAccountId": null,
  "TermsAndConditions": null,
  "ContractDocumentFileName": null,
  "NewContractDocumentUrl": null,
  "ClearContractDocumentFile": null,
  "CancellationPeriod": 0,
  "DisplayOrder": 0,
  "GroupName": null,
  "DisablePortalCancellations": false,
  "SubscribersLimit": null,
  "CancellationLimitDays": null,
  "DefaultContractTerm": null,
  "CancelMemeberAccountAfter": null,
  "CheckinPricePlanLimit": null,
  "CheckinMonthLimit": null,
  "CheckinWeekLimit": null,
  "VisitorMonthLimit": null,
  "VisitorWeekLimit": null,
  "VisitorDayLimit": null,
  "HoursPricePlanLimit": null,
  "HoursMonthLimit": null,
  "HoursWeekLimit": null,
  "BookingMinuteWeekLimit": null,
  "BookingMinuteMonthLimit": null,
  "DiscountExtraServices": null,
  "DiscountTimePasses": null,
  "DiscountCharges": null,
  "InvoiceEvery": 0,
  "InvoiceEveryWeeks": 0,
  "AutoCancelAfter": null,
  "AdvanceInvoiceCycles": null,
  "ProrateDayOfMonth": null,
  "ProrateDaysBefore": null,
  "ProrateCancellations": false,
  "ChargeAndExtend": null,
  "ExcludeFromInvoice": null,
  "AutoRaiseInvoices": false,
  "RaiseInvoiceEvery": null,
  "RaiseInvoiceEveryWeeks": null,
  "MinimumPrice": null,
  "MinimumPriceIncludeTimePasses": false,
  "MinimumPriceIncludeExtraServices": false,
  "MinimumPriceIncludeEvents": false,
  "Archived": false,
  "Starred": false,
  "KeepNewAccountsOnHold": false,
  "CanBePaused": false,
  "PauseYearlyLimit": null,
  "PauseCyclesLimit": null,
  "BookingDueDateStrategy": 0,
  "BookingDueDateDayOfMonth": null,
  "TotalSignUpPrice": 0,
  "TotalPrice": 0,
  "IsVirtualOffice": false,
  "WaitForIdentityChecksToActivate": false,
  "RequestAddressIdentityCheck": false,
  "AddressIdentityCheckDescription": null,
  "AddressIdentityCheckProvider": 0,
  "KeepPausedIfAddressMismatch": false,
  "AddressIdentityCheckRepeatPattern": 0,
  "RequestIdentityCheck": false,
  "IdentityCheckProvider": 0,
  "IdentityCheckRepeatPattern": 0,
  "IdentityCheckDescription": null,
  "RequestAmlCheck": false,
  "AmlCheckOpenSanctionsEnabled": false,
  "AmlCheckPappersEnabled": false,
  "AmlCheckOpenSanctionsDataset": null,
  "AmlCheckScoreThreshold": null,
  "SendOnBoardingFormByEmail": false,
  "FormPageId": null,
  "FormPageName": null,
  "ProductsStore": [],
  "ProductsForward": [],
  "ProductsRecycle": [],
  "ProductsShred": [],
  "ProductsScan": [],
  "ProductsReturn": [],
  "ProductsDeposit": [],
  "ProductsCollect": [],
  "DeliveryPreferencesMail": 0,
  "DeliveryPreferencesParcels": 0,
  "DeliveryPreferencesChecks": 0,
  "DeliveryPreferencesPublicity": 0,
  "DeliveryPreferencesOther": 0,
  "MaximumDeliveryStorageDays": null,
  "MaximumCompanyAliases": null,
  "MaximumRecipients": null,
  "MaximumAddresses": null,
  "TransferProductsToContract": false,
  "Id": 87654321,
  "UpdatedOn": "2025-01-15T10:30:00Z",
  "CreatedOn": "2025-01-10T08:00:00Z",
  "UniqueId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "UpdatedBy": "admin@example.com",
  "IsNew": false,
  "SystemId": null,
  "ToStringText": "Tariff Example",
  "LocalizationDetails": null,
  "CustomFields": null
}