Scheduled syncing of subscription metadata to integrated billing providers
We've added the ability to schedule syncing of subscription metadata to integrated billing providers. Before this change, syncing of metadata to billing providers occurred immediately even if the actual change to the subscription was scheduled to take place at a later date.
Syncing metadata to billing providers can be helpful when when there are existing BI reports that rely on information from the billing provider. Integrating Stigg with billing providers allows you to leverage existing reporting capabilities.
To sync subscription metadata to integrated billing providers, pass the billingInformation.metadata
property when calling provisionSubscription
or updateSubscription
. To schedule the sync, also pass the scheduleStrategy
property.
The new behavior is supported by all existing SDK versions - no changes are required.