Add Bruno collection examples for the Entitlements feature#2
Open
benfoster wants to merge 3 commits into
Open
Conversation
Adds a new Entitlements folder under Products & Pricing with examples demonstrating hybrid billing with bundled credit entitlements. https://claude.ai/code/session_01W63js9R3m7nEKV9jzuiUuD
…s example Adds Create a Customer step (with subscription to the product), renames Simulate Usage to Send Usage Events using the /events endpoint with customer_id, and adds Check Customer Balances to verify credit deductions. https://claude.ai/code/session_01W63js9R3m7nEKV9jzuiUuD
- Asset: precision 0, symbol ⭐, label CR, rate $0.05 - Product: add $20/month fixed subscription fee, image_generated event type with unit_price 10, description field, correct product code - Customer: add return_url/failure_url for billing portal - Events: use image_generated event type - Add Free Tier promotional entitlements example (daily 50 credits) https://claude.ai/code/session_01W63js9R3m7nEKV9jzuiUuD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new Entitlements folder under Products & Pricing with examples
demonstrating hybrid billing with bundled credit entitlements.
https://claude.ai/code/session_01W63js9R3m7nEKV9jzuiUuD