2026-07-08
Direct credit consumption
- Added:
ConsumeCredits(synchronous) andConsumeCreditsAsync(asynchronous) methods to deduct credits directly from a customer’s pool, without reporting usage against a metered feature or requiring an active subscription. UseConsumeCreditsfor strict, real-time enforcement; useConsumeCreditsAsyncfor high-volume, eventually-consistent consumption. See direct credit consumption. GetCreditEntitlementandGetEntitlementcontinue to return a valid credit balance for customers with no active subscription, so credit governance can run fully decoupled from Stigg subscription management.
2026-06-23
Synchronous credit balance updates via
ReportUsage- Added: When
ReportUsageis called for a credit-backed feature, the response now includes aCreditstruct with the updated credit balance — immediately, before the asynchronous metering pipeline settles.CreditcontainsCurrencyID,CurrentUsage,UsageLimit, andTimestamp. UseReportUsagefor sub-second, strict credit enforcement; useReportEventfor high-volume, eventually-consistent metering.
- Added:
HasSoftLimitfield on credit entitlement responses. When a credit entitlement is configured as a soft limit,GetEntitlementreturnsIsGranted: trueandHasSoftLimit: trueeven after the credit balance reaches zero. Credit-backed features inherit the wallet’s soft-limit so dependent feature reads stay consistent.
2026-06-01
Credit usage breakdown by event dimensions
- Added:
GroupByarray parameter onGetCreditUsageto break down credit consumption by any dimension key attached to reported usage events (e.g.,user,model,region). Results are paginated for performance at high event volumes.
2026-05-10
Credit usage date filters
- Added:
StartDateandEndDateparameters onGetCreditUsage. Pass specific start and end timestamps to retrieve credit consumption data for an exact time window, in addition to the existing preset period enums. See customer credits.
2026-03-19
- Added:
billingCycleAnchorproperty when provisioning and updating subscriptions. AcceptsSubscriptionBillingCycleAnchor.UNCHANGED(default) to keep the existing billing cycle anchor, orSubscriptionBillingCycleAnchor.NOWto reset it to the current timestamp.
2026-04-29
- Added:
includeInactiveSubscriptionsparameter ongetUsageHistoryV2. When set totrue, usage history is returned regardless of whether the customer currently has an active subscription. If they do have an active subscription, the response also includes amarkersarray containing the subscription’s usage reset timestamps.
2026-03-17
- Added:
getCreditEntitlement()method for low-latency retrieval of customer credit balance from the local cache. - Added: Support for provisioning subscriptions with variable recurring credit grant entitlements.
2026-02-26
- Added:
EventLogTypeEdgeAPIPlanCacheDataResyncevent log type
2026-02-26
- Added:
EventLogTypeEdgeAPIProductCacheDataResyncevent log type
2026-02-25
- Added:
Entitlements(V2) toUpdateSubscriptionInput
2026-02-25
- Added:
ScopedKeyIDandScopedKeyNametoEventActorInfo
2026-02-25
- Added:
ScopestoUpdateAPIKeyInput
2026-02-24
- Added: additional metadata fields (
AdditionalMetaData,Description,UnitPlural,UnitSingular) to credit entitlement currency types
2026-02-23
- Added:
EventLogTypeStripeAppDrawerViewedevent log type
2026-02-23
- Added:
EntitlementsV2field toCustomerPortalandCustomerPortalFragment
2026-02-23
- Added:
EventActorScopedKeyevent actor value
2026-02-18
- Added:
FeatureDependencytype andDependencyFeatureIDto package entitlement inputs (PackageEntitlementInput,PackageCreditEntitlementInput,PackageFeatureEntitlementInput,OverageEntitlementCreateInput)
2026-02-18
- Added: typed subscription entitlement union support:
SubscriptionEntitlementUnioninterfaceSubscriptionCreditEntitlementstructSubscriptionFeatureEntitlementstructSubscriptionEntitlementInputV2struct
- Changed:
Entitlementson subscription inputs now uses[]*SubscriptionEntitlementInputV2
2026-02-17
- Added:
APIKeyScopestruct andAPIKeyScope/AvailableScopesqueries
2026-02-17
- Added:
APIKeyScopeActionenum (Read,Write) andAPIKeyScopeResourceenum (APIKey,Coupon,Customer,Environment,Subscription) - Added:
APIKeyScopeInputfor assigning scopes to API keys - Added:
ErrorCodeAuthorizationServiceErrorerror code
2026-02-17
- Added:
CadencetoCreditEntitlementSummary
2026-02-16
- Added:
CreditEntitlementSummarystruct with plan, add-on, and subscription source tracking - Added:
CreditGrantSourceTypeenum (AddonEntitlement,PlanEntitlement,Price) - Added:
SummariestoCreditEntitlementWithSummary - Added:
SourceTypetoCreditGrant
2026-02-16
- Added:
PackageEntitlementsas a union type ([]*PackageEntitlementUnionFragment) toAddonFragment
2026-02-15
- Added:
GetEntitlementV2client method returning anEntitlementUnion(credit or feature entitlement) - Added:
GetEntitlementV2InputwithCurrencyID,CustomerID,FeatureID,ResourceID, andOptionsfields
2026-02-12
- Added:
UsagePeriodEndtoCreditEntitlementFragment
2026-02-12
- Added:
UsagePeriodEndtoCreditEntitlementandCreditEntitlementWithSummary
2026-02-12
- Added:
ListEnvironmentsquery returning[]*EnvironmentListItem - Added:
EnvironmentListItemstruct with environment metadata fields
2026-02-11
- Added:
IconURLtoAppStoreApplication
2026-02-11
- Added:
MeterIDtoFeatureEntitlementandFeatureEntitlementWithSummary
2026-02-10
- Added:
EntitlementsWithSummaryunion type withEntitlementsWithSummaryquery - Added:
CreditEntitlementWithSummaryimplementingEntitlementWithSummaryUnion - Added:
FeatureEntitlementWithSummaryimplementingEntitlementWithSummaryUnion
2026-02-08
- Added:
CreditGrantCannotBeVoidedErrorerror type andErrorCodeCreditGrantCannotBeVoidederror code
2026-02-05
- Added:
FeatureandGrantfields toCreditLedgerEvent
2026-02-05
- Added:
IntegrationIDtoImportCustomerBulkInputandImportSubscriptionsBulkInput
2026-02-04
- Added:
PackageEntitlementsunion toPaywallAddon - Added:
PackageEntitlementsandInheritedPackageEntitlementsunions toPaywallPlan
2026-02-04
- Added:
CreditGrantInvoiceStatus.Canceledstatus value
2026-02-03
- Added: API key audit event log types:
EventLogTypeAPIKeyCreated,EventLogTypeAPIKeyRevoked,EventLogTypeAPIKeyRotated,EventLogTypeAPIKeyUpdated
2026-02-02
- Added:
APIKeysquery returning paginatedAPIKeyConnection - Added:
GetAPIKeysInputwith filtering by display name, environment, expiration, and key type - Added:
APIKeyExpirationFilterInputfor expiration-based filtering
2026-02-01
- Added:
CurrencyIDtoPriceOverrideInput
2026-01-28
- Added:
VoidedAttoCreditGrantFragment
2026-01-26
- Added:
EnvironmentIDandNextGrantDatetoSubscriptionPrice
2026-01-25
- Added:
ErrorCodeUnhandledCreditGrantSourceTypeerror code
2026-01-25
- Added:
OnEntitlementsUpdatedV2andOnUsageUpdatedV2subscription methods - Added:
EntitlementUnionFragmentandCreditEntitlementFragmentfragment types - Added:
EntitlementsUpdatedV2Payloadwith typed entitlement union support
2026-01-25
- Added:
EntitlementUnioninterface withCreditEntitlementandFeatureEntitlementimplementations - Added:
EntitlementsV2to subscription, customer portal, and entitlements state responses - Added:
EntitlementsUpdatedV2webhook payload type - Added:
UsageUpdatedV2andUsageV2types for the V2 usage updated event - Added:
AccessDeniedReason.EntitlementNotFound - Added:
EntitlementTypeenum (Credit,Feature)
2026-01-21
- Added: scoped API key management mutations:
CreateScopedAPIKey,RevokeAPIKey,RotateAPIKey,UpdateAPIKey - Added:
CreateScopedAPIKeyInput,RevokeAPIKeyInput,RotateAPIKeyInput,UpdateAPIKeyInput,RotateAPIKeyResult - Added:
Description,DisplayName,EnvironmentID, andExpireAttoAPIKey - Added:
APIKeyExpired,APIKeyHasExpiryDate,APIKeyNotFounderror types
2026-01-21
- Added:
ErrorCodeBillingInvoiceStatusErrorandErrorCodeMissingBillingInvoiceErrorerror codes - Added:
CreditGrantIDtoMarkInvoiceAsPaidInput
2026-01-21
- Added:
BillingInformationtoCreditGrantInputusingCreditGrantBillingInfoInput - Added:
PreviewCreditGrantBillingInfoInputfor previewing credit grant billing
2026-01-19
- Added:
BillingAddresstoCreditGrantBillingInfoInput
2026-01-19
- Added:
BillingIDandPriceGroupPackageBillingIDtoPricePeriodInput
2026-01-18
- Added:
CreditRatetoSubscriptionPrice
2026-01-15
- Added:
PackageEntitlementChangeUnioninterface for tracking plan/add-on entitlement changes - Added:
PackageCreditEntitlementChangeandPackageFeatureEntitlementChangeimplementing the union - Added:
PackageEntitlementschange tracking toPackageChanges
2026-01-14
- Added:
ErrorCodeSchedulingAtEndOfBillingPerioderror code
2026-01-14
- Added:
APIKeyType.ScopedAPI key type value
2026-01-12
- Added:
CreditCadenceenum (Month,Year) - Added:
Amount,Cadence,CustomCurrency, andCustomCurrencyIDtoPackageCreditEntitlement
2026-01-11
- Added:
PackageCreditEntitlementtype implementingPackageEntitlementUnion - Added:
Creditoption toCreatePackageEntitlementInputandUpdatePackageEntitlementInput - Added:
ErrorCodeFutureUpdateNotFounderror code
2026-01-08
- Added:
PackageEntitlementUnioninterface withPackageFeatureEntitlementimplementation - Added:
CreatePackageEntitlements,DeletePackageEntitlement,UpdatePackageEntitlementmutations - Added:
PackageEntitlementsunion toAddonandPlantypes - Added:
CreatePackageEntitlementsInput,DeletePackageEntitlementInput,UpdatePackageEntitlementInput
2026-01-08
- Added:
ErrorCodeObjectAlreadyBeingUsedByAnotherRequestErrorerror code
2026-01-05
- Added:
RollbackAddonandRollbackPlanmutations - Added:
RollbackPackageInputwith environment, ref ID, and version number
2026-01-05
- Added:
PlanVersionsandAddonVersionspaginated queries for version history
2026-01-04
- Added:
AccessDeniedReasontoEntitlementsUpdatedandEntitlementsUpdatedPayload
2026-01-01
- Added:
AddonSubscriptionsCountandPlanSubscriptionsCountqueries withSubscribedCustomersCountInput
2026-01-01
- Added:
CreditGrantCadenceandTopUpCustomCurrencyIDtoSubscriptionPrice - Added:
EventLogTypeCreditGrantBalanceDepletedevent log type
2025-12-31
- Added:
AdditionalMetaDataandEndDatetoSlimSubscriptionFragmentV2
2025-12-30
- Added:
EntitlementsStateAccessDeniedReason.CustomerIsArchived
2025-12-29
- Added:
EffectiveEndDateandPricestoSlimSubscriptionFragmentV2 - Added:
EmailtoSlimSubscriptionFragmentV2customer and paying customer - Added:
ErrorCodeProductNotPublishedErrorerror code
2025-12-24
- Added:
RecurringCreditstype andRecurringCreditsChangeVariablesfor subscription schedules - Added:
Chargesparameter to subscription estimate, provision, preview, apply, and update inputs - Added:
SubscriptionScheduleType.RecurringCredits
2025-12-22
- Added:
TaxIdstoSubscriptionBillingInfo - Added:
ErrorCodeInvalidTaxIDerror code
2025-12-21
- Added:
EventLogTypeAutomaticRechargeConfigurationChangedevent log type
2025-12-18
- Added:
ChargeInputandChargeTypeenum (Credit,Feature) - Added:
Chargessupport to provision, apply, and update subscription inputs - Added:
CreditsQuantitytoSubscriptionPrice - Added:
CreditGrantType.Recurring
2025-12-16
- Added:
CurrentMonthlySpendtoAutoRechargeSettingsFragment
2025-12-15
- Added: Apple App Store integration types:
AppStoreApplication,AppStoreSubscription - Added:
MapAppStoreSubscriptionsToPlansmutation for mapping App Store subscriptions to plans - Added:
ListAppStoreApplicationsandListAppStoreSubscriptionsqueries
2025-12-14
- Added:
UnarchiveOneProductmutation - Added:
EventLogTypeProductUnarchivedevent log type - Added:
ErrorCodeCannotUnarchiveProductErrorerror code
2025-12-11
- Added:
BillingIDtoPricingModelCreateInputandOveragePricingModelCreateInput
2025-12-10
- Added:
BillingProductsquery for browsing billing provider products withBillingProductsInputfiltering - Added:
BillingIDandPriceGroupPackageBillingIDtoPackagePricingInput - Added:
ErrorCodeVendorIsNotSupportederror code
2025-12-08
- Added:
ProductStatusenum (Published,Archived) toProduct - Added:
ArchiveOneProductmutation withArchiveProductInput - Added:
ErrorCodeCannotArchiveProductErrorerror code
2025-12-07
- Added:
CursorPagingandCurrencyIDfilter toCreditLedgerInput - Added:
CreditLedgerConnectionwith pagination support toGetCreditLedger
2025-12-07
- Added:
AutomaticRechargeConfigurationIDtoCreditGrantandCreditGrantFragment - Added:
CurrentMonthlySpendtoAutoRechargeSettingsDto
2025-12-04
- Added:
CreditGrantInvoiceandCreditGrantInvoiceFragmenttypes with full invoice lifecycle support - Added:
CreditGrantInvoiceStatusenum (Open,Paid) andCreditGrantInvoiceBillingReasonenum
2025-12-02
- Added:
TypenametoGetEntitlementsState_EntitlementsState
2025-11-30
- Added:
GetAutomaticRechargeConfigurationandSaveAutomaticRechargeConfigurationclient methods - Added:
AutoRechargeSettingsFragmentfragment type
2025-11-27
- Added:
CreditGrantCadenceenum (BeginningOfBillingPeriod,Monthly) - Added:
CreditGrantCadenceandCustomCurrencytoPrice
2025-11-25
- Added:
TraceIDtoEventLogwith filter and sort support
2025-11-25
- Added:
PreviewCreditGrantmutation withPreviewCreditGrantInputsupporting billing info and coupon - Added:
CreditGrantBillingInfoInputandCreditGrantCouponInputtypes - Added:
CreditGrantPreviewresponse type
2025-11-25
- Added:
EventLogTypeCreditGrantProcessCompletedevent log type
2025-11-24
- Added:
AutoRechargeSettingsDtotype with full recharge configuration - Added:
SaveAutoRechargeSettingsmutation andGetAutoRechargeSettingsquery - Added:
GrantExpirationPeriodenum (OneMonth,OneYear) andThresholdTypeenum (CreditAmount,DollarAmount) - Added:
GetAutoRechargeSettingsInputandSaveAutoRechargeSettingsInput
2025-11-21
- Added:
EntityTypeandRequestLogIDtoEventLogwith filter and sort support - Added:
Likefilter toEventLogEntityIDFilterComparison - Added:
EventLogEntityTypeFilterComparisonandEventLogRequestLogIDFilterComparison
2025-11-20
- Added:
DeferredRevenueAccountandRecognizedRevenueAccountto Zuora credentials
2025-11-19
- Added:
InvoiceID,LatestInvoice,PaymentCollection, andStatustoCreditGrantFragment
2025-11-19
- Added:
CreditGrantStatusenum with states:Active,Expired,PaymentPending,Scheduled,Voided - Added:
StatustoCreditGrant
2025-11-17
- Added:
EventLogTypeCreditBalanceUpdatedevent log type
2025-11-16
- Added:
CreateCouponclient method
2025-11-15
- Added:
EventLogTypeAutomaticRechargeOperationAttemptedandEventLogTypeCreditsAutomaticRechargeLimitExceededevent log types
2025-11-13
- Added:
AwsMarketplacePlanDimensiontoPlanFragment - Added:
AwsMarketplaceProductIDtoProductFragment
2025-11-11
- Added: string condition operations:
Contains,EndsWith,In,StartsWith - Added:
ValuestoMeterConditionandMeterConditionInput
2025-11-10
- Added:
PlanandResourcefilters toSubscriptionQueryFilter
2025-11-05
- Added:
PassphraseandPrivateKeytoSnowflakeCredentials
2025-11-04
- Initial v5 release
2025-11-04
- Added:
CostFormulatoCreditRateandCreditRateInput
2025-11-04
- Added:
PricingTypefilter and sort to subscription queries
2025-11-02
- Initial v4 release
2025-10-28
- Added:
SnowflakeCredentialstoUpdateIntegrationInput
2025-10-26
- Added:
EventLogTypePromotionalEntitlementEndsSoonevent log type
2025-10-23
- Added:
PassphraseandPrivateKeytoSnowflakeCredentialsInput - Added:
PasswordtoSnowflakeCredentials
2025-10-19
- Added:
EventLogTypeEdgeAPIClientConfigurationDataResyncevent log type - Added:
ShowWatermarktoSdkConfigurationandGetSdkConfiguration_SdkConfiguration
2025-10-09
- Added:
InvoiceSettlementEnabledtoZuoraCredentialsandZuoraCredentialsInput
2025-10-08
- Added:
AwsMarketplaceCustomerIDfilter fields to customer and subscription queries - Added:
SubscriptionQueryFilterCustomerFilterfor subscription-level customer filtering
2025-09-29
- Added:
VoidCreditGrantclient method
2025-09-29
- Added:
VoidCreditGrantInputandVoidCreditGrantmutation - Added:
VoidedAttoCreditGrant - Added:
CreditLedgerEventType.CreditsVoided - Added:
EventLogTypeCreditGrantVoidedevent log type - Added:
CreditGrantAlreadyVoidedErrorerror type
2025-09-29
- Added: credit event log types:
CreditBalanceDepleted,CreditBalanceLow,CreditGrantBalanceLow,CreditGrantCreated,CreditGrantDepleted,CreditGrantExpired,CreditGrantUpdated
2025-09-29
- Added:
OnCreditBalanceUpdatedsubscription method - Added:
CreditBalanceUpdatedandCreditBalanceUpdatedPayloadtypes - Added:
CurrencyIDtoCreditRateandCreditRateInput - Added:
CreditBalanceFragmentand related types
2025-09-28
- Added:
AwaitPaymentConfirmationandPaymentCollectionMethodtoCreditGrantInput - Added:
NoActiveSubscriptionForCustomerErrorerror type
2025-09-28
- Added:
CurrencytoCreditUsageandCreditUsageFragment - Added:
SlimCustomCurrencyFragmentand related unit types
2025-09-22
- Added:
TopUpCustomCurrencyIDtoPrice,OveragePricingModelCreateInput, andPricingModelCreateInput
2025-09-21
- Added:
GetCreditUsageclient method - Added:
CreditUsageFragmentwith series-based time-range data
2025-09-18
- Added:
CreditUsage,CreditUsageInput,CreditUsageSeries, andCreditUsagePointtypes - Added:
CreditUsageTimeRangeenum (LastDay,LastWeek,LastMonth,LastYear)
2025-09-18
- Added: pagination support to
GetCreditGrantsusingCursorPaging - Added:
CreditGrantConnectionandCreditGrantEdgetypes
2025-09-17
- Added:
GetCreditLedgerclient method - Added:
CreditLedgerFragmenttype
2025-09-16
- Added:
GetEntitlementsStateclient method - Added:
EntitlementsStateandEntitlementsStateAccessDeniedReasontypes
2025-09-14
- Added: credit-related event log types:
CreditsBalanceDepleted,CreditsBalanceUsageLow,CreditsGrantDepleted,CreditsGrantExpired,CreditsGrantGranted,CreditsGrantUpdated,CreditsGrantUsageLow - Added:
EventEntityType.Credit
2025-09-11
- Added:
OfferIDtoGetPaywallInput
2025-09-07
- Added:
Offertype with full lifecycle support:CreateOffer,UpdateOffer,PublishOffer,CreateOfferDraft,RemoveOfferDraft,SetAsDefaultmutations - Added:
Offerreference toAddon,PackageDto, andPlantypes - Added:
OfferStatusenum (Draft,Published,Archived) and related filter/sort types - Added:
GetOfferInput,CreateOfferInput,CreateOfferDraftInput
2025-09-07
- Added:
DraftDetailstoOfferwith version information
2025-09-04
- Added:
CreatePaymentSessionclient method - Added:
PaymentSessionFragment,StripeCheckoutCredentialsFragment,ZuoraCheckoutCredentialsFragmenttypes
2025-09-04
- Added:
BillingCredentialsinterface withStripeCheckoutCredentialsandZuoraCheckoutCredentialsimplementations - Added:
PaymentSessionandPaymentSessionInputtypes - Added:
BillingVendorIdentifier.Zuora - Added:
PublishableKeytoZuoraCredentials
2025-09-03
- Added:
EmailDomainstoAccountwithAccountEmailDomaintype - Added:
IsAccountEmailDomainTakenquery - Added:
EmailDomainstoUpdateAccountInput
2025-09-03
- Added:
GrantPromotionalEntitlementsGroup,RevokePromotionalEntitlementsGroup,UnlinkPromotionalEntitlementsGroupclient methods
2025-09-01
- Added:
AwaitSubscriptionCancellationtoSubscriptionCancellationInputfor controlling whether to wait for billing provider confirmation before marking a subscription as canceled
2025-08-31
- Added:
GrantPromotionalEntitlementsGroupInput,RevokePromotionalEntitlementsGroupInput,UnlinkPromotionalEntitlementsGroupInputtypes - Added:
FeatureGroupIdsandFeatureGroupstoPromotionalEntitlement - Added:
FeatureGroupIDtoPromotionalEntitlementInput
2025-08-27
- Added:
CreditLedger,CreditLedgerEvent, andCreditLedgerEventTypetypes (CreditsConsumed,CreditsExpired,CreditsGranted) - Added:
CreditLedgerInputandCreditsLedgerquery
2025-08-26
- Added:
StartDatefilter and sort to subscription queries
2025-08-25
- Added:
IsGrantedtoPackageEntitlementFragmentandMockPaywallPackageEntitlementFragment
2025-08-25
- Added:
AccessDeniedReason.InsufficientCredits
2025-08-25
- Added:
GetCreditBalance,GetCreditGrants, andGrantCreditsclient methods - Added:
CreditGrantFragment,CreditsBalanceSummaryFragmentfragment types
2025-08-24
- Added:
AccessDeniedReason.Revoked - Added:
IsGrantedtoPackageEntitlementand related input types
2025-08-24
- Added:
ConsumedAmounttoCreditGrant
2025-08-19
- Added:
DescriptionandUnitstoCustomCurrencyandSlimCustomCurrency - Added:
UnitsandUnitsInputstruct types
2025-08-19
- Added:
DueDatetoSubscriptionInvoice
2025-08-18
- Added:
GrantIDtoCreditGrant
2025-08-17
- Added:
EventEntityType.FeatureGroup
2025-08-17
- Added:
LinkFeatureGroupToPackagemutation withLinkFeatureGroupToPackageInput
2025-08-15
- Added:
SubscriptionProrationBehaviorenum (CreateProrations,InvoiceImmediately,None) - Added:
ProrationBehaviortoSubscriptionBillingInfo
2025-08-13
- Added:
CreditBalanceandCreditBalanceSummarystructs - Added:
SlimCustomCurrencytype
2025-08-12
- Added:
CreditRateandCreditRateInputtypes withAmountandCustomCurrencyID - Added:
BillingModel.CreditBased
2025-08-12
- Added: feature group event log types:
FeatureGroupArchived,FeatureGroupCreated,FeatureGroupUnArchived,FeatureGroupUpdated
2025-08-12
- Added:
ProrationBehaviorExtendedenum (CreateProrations,InvoiceImmediately,None) - Added:
ProrationBehaviortoSubscriptionBillingInfo
2025-08-09
- Added:
EnvironmentIDtoApplySubscriptionInput
2025-08-07
- Added:
MigratePackageFeatureGroupsToLatestmutation
2025-08-06
- Added:
CreditBalanceDto,CreditBalanceSummaryDto, andCreditBalanceSummaryInputtypes - Added:
CreditBalanceSummaryquery
2025-08-05
- Initial v3 release
2025-06-26
- Added:
getSubscriptionsendpoint that allows retrieving all of customers’ subscriptions
2025-02-23
- Added:
SubscriptionFragmentLatestInvoice.attemptCount
2025-01-21
- Added:
ImportSubscriptionInput.subscriptionId
2025-01-19
- Added:
importSubscriptionInput.salesforceId,importCustomerInput.salesforceId
2024-12-17
- Added:
GetUsageHistoryV2 - ⚠️ Deprecated:
GetUsageHistory(please useGetUsageHistoryV2instead) - Changed:
- Input Object:
customerRefIdrenamed tocustomerIdresourceRefIdrenamed toresourceIdfeatureRefIdrenamed tofeatureIdresetPeriodremovedyearlyResetPeriodConfigurationremovedmonthlyResetPeriodConfigurationremovedweeklyResetPeriodConfigurationremoved
- Output Object
startDateremovedendDateremovedusageMeasurements[i].daterenamed toseries[0].point[i].timestampusageMeasurements[i].valuerenamed toseries[0].point[i].valueusageMeasurements[i].isResetPointrenamed toseries[0].point[i].isResetPoint- Old Value:
trueif and only if usage was reset due to periodic reset. - New Value:
trueif and only if usage was reset due to periodic reset or due to a plan transition.
- Old Value:
groups[i].groupInfo[j].keyrenamed toseries[i].tags[j].keygroups[i].groupInfo[j].valuerenamed toseries[i].tags[j].valuegroups[i].usageMeasurements[j].daterenamed toseries[i].point[j].timestampgroups[i].usageMeasurements[j].valuerenamed toseries[i].point[j].valuegroups[i].usageMeasurements[j].isResetPointrenamed toseries[i].point[j].isResetPoint- Old Value:
trueif and only if usage was reset due to periodic reset. - New Value:
trueif and only if usage was reset due to periodic reset or due to a plan transition.
- Old Value:
- Input Object:
2024-12-15
- Added:
getActiveSubscriptionsList_trialConfigurationandgetActiveSubscriptionsList_trialConfiguration_trialEndDate
2024-12-08
- Added: ability to override prices when there’s a scheduled update in place
2024-12-03
- Added:
TrialConfigurationtogetActiveSubscriptions()
2024-12-02
- Added: validation that coupon name does not exceed 40 characters
2024-12-02
- Added:
SubscriptionCoupon.amountsOff - Added:
SubscriptionCoupon.description - Added:
SubscriptionCoupon.durationInMonths - Added:
SubscriptionCoupon.name - Added:
SubscriptionCoupon.percentOff
2024-12-01
- Added:
EstimateSubscriptionInput.TrialOverrideConfigurationInput.trialEndBehavior - Added:
PreviewSubscriptionInput.TrialOverrideConfigurationInput.trialEndBehavior
2024-11-24
- Added:
EstimateSubscriptionInput.TrialOverrideConfigurationInput.trialEndDate - Added:
PreviewSubscriptionInput.TrialOverrideConfigurationInput.trialEndDate
2024-11-24
- Added: support for price localization in fixed fee coupons
2024-11-18
- Added: ability to remove customer’s email address by passing an empty string on
updateCustomer.email
2024-11-18
- Added:
DelegateSubscriptionToCustomer() - Added:
TransferSubscriptionToResource() - ⚠️ Deprecated:
TransferSubscriptin()method (please useTransferSubscriptionToResource()instead)
2024-11-05
- Added:
UsageHistoryFragment.Markersto reflect information about the reset usage dates
2024-11-04
- Fixed: issue where
customer.discount.deletedevent from Stripe isn’t handled properly
2024-10-31
- Added: ability to set any date in the
SubscriptionFragment.trialEndDate
2024-10-13
- Added: ability to estimate the subscription cost when the payment of the subscription is delegated to a different customer using:
ProvisionSubscriptionInput.PayingCustomerIDUpdateSubscriptionInput.PayingCustomerIDApplySubscriptionInput.PayingCustomerIDPreviewSubscriptionInput.PayingCustomerIDEstimateSubscriptionInput.PayingCustomerIDEstimateSubscriptionUpdateInput.PayingCustomerID
2024-10-13
- Added: raise error when sync to Stripe fails due to unrecognized customer billing address
2024-10-06
- Added: ability to more easily determine the usage period of metered entitlements using:
Entitlement.UsagePeriodStartEntitlement.UsagePeriodEnd
- ⚠️ Deprecated:
Entitlement.nextResetDatefield
2024-09-19
- Added: raise error when attempting to import a customer with an existing
BillingID
2024-09-17
- Added:
CustomerPortalSubscription.PlanID
2024-09-11
- Added:
SubscriptionCouponInput.BillingCouponID - ⚠️ Deprecated:
ProvisionSubscriptionInput.PromotionCode - ⚠️ Deprecated:
UpdateSubscriptionInput.PromotionCode - ⚠️ Deprecated:
ApplySubscriptionInput.PromotionCode - ⚠️ Deprecated:
PreviewSubscriptionInput.PromotionCode - ⚠️ Deprecated:
EstimateSubscriptionInput.PromotionCode - ⚠️ Deprecated:
EstimateSubscriptionUpdateInput.PromotionCode
2024-09-01
- Added: ability to delegate payment of a provisioned subscription to a different customer using:
ProvisionSubscriptionInput.PayingCustomerIDApplySubscriptionInput.PayingCustomerIDSlimSubscriptionFragmentV2.payingCustomerFullSubscription.payingCustomer
2024-08-22
- Added: ability to apply a coupon to a subscription using the Stigg coupon ID using:
ProvisionSubscriptionInput.AppliedCouponUpdateSubscriptionInput.AppliedCouponApplySubscriptionInput.AppliedCouponPreviewSubscriptionInput.AppliedCouponEstimateSubscriptionInput.AppliedCouponEstimateSubscriptionUpdateInput.AppliedCoupon
2024-08-20
- Changed:
ImportCustomerBulkchanged toImportCustomerBulkInput
2024-08-07
- Added: ability to undo subscription scheduled cancelation using
CancelSubscriptionUpdates()
2024-08-07
- Added: ability to preview a subscription’s upcoming invoice using
PreviewNextInvoice()
2024-07-07
- Changed:
FetchUsageHistory()now returns the precise timestamp when the usage was reset
2024-07-01
- Changed:
UpdateSubscriptionInput.SubscriptionEntitlementsdoes not require the full list of entitlements when needing to add or update specific entitlements
2024-06-27
- Added:
TrialOverrideConfigurationInput.TrialEndDateto allow scheduled trial cancelation when provisioning and updating subscriptions
2024-06-20
- Added: ability to get the list of active subscriptions from Edge using
GetActiveSubscriptionList()
2024-06-16
- Added: ability to get the list of active subscriptions using
GetActiveSubscriptions()
2024-01-26
🛑 Breaking change
- Changed: For Volume/tiered pricing,
unitPricewas moved toflatPrice.
