Ability to wait until syncing of customer updates to the billing solution is complete
In the common use-case, Stigg only syncs customers with paid subscriptions to billing solutions that are integrated with Stigg.
There are cases where you'd like to explicitly sync customers to the billing solution, and we've recently made this possible by specifying billing information when updating customers.
Syncing of entities between Stigg and third-party solutions usually takes place asynchronously.
We've now made it possible to wait until the sync operation is complete. To do so, simply pass the shouldWaitSync
parameter when updating customers. If successful, the response will include the ID of the customer in the billing solution.
The new functionality is supported by the Stigg Node.js SDK v2.31.0, Stigg Python SDK v0.577.0, Stigg Ruby SDK v0.577.0, Stigg Go SDK v0.577.0 or later, as well as the Stigg GraphQL API.