Create a subscription product
Create a subscription product in the Metronome app or with the API using the /v1/contract-pricing/products/create end point. Create a subscription product for each type of subscription you offer. For example, if you offer a Good, Better, and Best plan, create a product for each.Optionally add seat id as presentation group key for usage products
If planning to support a seat based credit model, ensure that all applicable usage products have aseat_id presentation group key set on them. This will be used to determine the usage on a per product, per seat basis. See an example of a usage event with a seat_id property below:
BETAIndividual seat credits are currently in Beta. Breaking changes may occur.
Add a subscription product to a rate card
Add your subscription product(s) to a rate card with the Metronome app or the API. Your rate card acts as your list price for your subscription offering based on a quantity of 1. Quantity amount and associated credits are configured later, during the contract creation process. When using the API to add rates to a rate card:- Add your subscription to the rate card as a
flatrate. - Specify a
priceandbilling_frequency. - Specify an
entitlementstate. If you have more than one subscription rate on your rate card, Metronome recommends defaulting them tofalseand enabling them when provisioning a contract.
rate-cards/addRate to add subscription products to a rate card: