Bill Subscription Customers for Usage
Cleverbridge Subscription API allows you to bill customers based on their usage of your product or service.
Read through the supported property-change use cases to learn more about which API endpoints to use and how to set your API calls.
For more information on which API endpoint to use, see Change Subscription Price Immediately.
Which endpoint should I use?
- If the only subscription item properties to be changed are the price, the quantity, or both:
you can use either the/updatesubscriptionitemor the/updatesubscriptionitempriceendpoint - For new developments or for modifying existing code in cases where other subscription data, in addition to price and (optionally) quantity, are changed:
use/updatesubscriptionitem - For new developments in which only the subscription item's price and (optionally) quantity are changed:
use/updatesubscriptionitemprice
Updated about 13 hours ago