Provisioning Subscriptions

From API Documentation

Jump to: navigation, search

Provisioning is the process of setting up the various aspects of a subscription. You will need to query the Zuora API on a schedule that makes sense for your business. You can query the Zuora API for all new subscriptions after a certain date, or between a specified set of dates, and then provision those subscriptions as needed. You could also obtain the active subscriptions for a given account, query for all the rate plans and rate plan charges on that account, which should give you the information you need to provision that account.

There are two ways to query the Zuora API for this information:

Related Topics

query