twin releases
Chargebee twin — releases
Simulates the Chargebee API v2 — Items, Item Prices, Item Families, Attached Items, Customers, Subscriptions, Contacts, Invoices, Credit Notes, Transactions, and Unbilled Charges with form-encoded request parsing and subscription lifecycle management.
v0.2.0
SDK target: github.com/chargebee/chargebee-go @ v3
Features
- Items, Item Prices, Item Families, and Attached Items with form-encoded request parsing
- Customers and Contacts CRUD
- Subscription lifecycle (
active→paused→cancelled→reactivated) - Invoices, Credit Notes, Transactions, and Unbilled Charges
- Invoice line-item management and proration calculations
- Form-encoded body parsing matching Chargebee's wire format
Coverage
- 11/11 resource groups covered against the Chargebee API v2
- SDK target:
github.com/chargebee/chargebee-gov3
Known limitations
- Coupons, Gift Cards, and Promotional Credits not yet supported (planned)
- Quote, Estimate, and Order resources not yet supported