-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As a publisher, I want to be able to use a usage based pricing models "Metered" (https://stripe.com/docs/billing/subscriptions/metered) so that will allow me to enable "pay just for used" for my customers

Feature: Usage API
As a publisher, I want to be able to use a usage based pricing models so that will allow me to enable "pay just for used" for my customers
Scenario: Report usage
Given product installed into environment which use a metered pricing
When product application use a Usage API to increment a usage
Then reported usage is recorded in Stripe against customer product subscription
Scenario: Report usage for non-metered pricing product
Given product installed into environment which not use a metered pricing
When product application use a Usage API to increment a usage
Then system will not failed, but return a response to application that this will not be done
Scenario: Delayed usage report
Given product installed into environment which use a metered pricing
When product application use a Usage API to increment a usage and identified that this should be done not in a user real time
Then reported usage will be recorded in Stripe against customer product subscription not in a user runtime (in background or on signout)AB#7762
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request