Give usage credits to your clients in cloud marketplaces
The ISV sellers can offer usage credits (in amount, default currency USD) to their clients (buyers) in the active Entitlements of all marketplaces. It provides flexibility for your sales or revenue operation team to customize deal & incentives.
ONLY
for usage-based metering. If the Entitlement has no usage-based metrics defined, the Usage Credit has no effect at all.Credit is just one of multiple available incentives. For example, In Azure Marketplace, each metering metric can have included quantity or even infinite included quantity. In GCP Marketplace, the metric may have free tiered quantity. In addition, some Entitlements are type of commit + usaged-based combined, which has commit amount to consume. To eliminate confusion, they are ordered by their billing priorities in the table below. The Suger Credit
is consumed first, then Commit
, and the Included Quantity
is the last.
Priority Incentive Description 1st Suger Credit The rest usage records after Included Quantity
are applied with Suger Credit in amount. It depends on the order of usage records are received in Suger metering API.2nd Commit Applicable if the Entitlement
has commit amount (for AWS & GCP) or Flat_Rate (for Azure)3rd Included Quantity
- AWS Marketplace: Not applicable
- Azure Marketplace: Included Quantity or Infinite Included
- GCP Marketplace: Tiered Free Quantity
There are two approaches to add credit to the Entitlement: Suger Console or Suger API.
positive
.Entitlement Terms
. Click the button Add credit
, input the credit amount in the dialog and submit.{ "organizationID": "your-suger-organization-id", "entitlementID": "suger-entitlement-id", "creditAmountIncrement": 100.0,}
{ "organizationID": "your-suger-organization-id", "entitlementID": "suger-entitlement-id", "entitlementTermID": "suger-entitlement-term-id", "creditAmountIncrement": 100.0, "newCreditAmount": 150.0, // new total credit amount, assume there was $50.0 before addEntitlementCredit.}