Credit Pricing
CreditPricing defines the available credit packs that makers can purchase. Each pack has a SKU, a credit amount, and a price in satoshis.
Properties
| Property | Type | Description |
|---|---|---|
Id | int | Primary key |
Sku | string | Stock keeping unit identifier |
CreditAmount | int | Number of credits in this pack |
PriceSats | long | Price in satoshis |
StartsAtUtc | DateTime | When this pricing becomes active |
EndsAtUtc | DateTime? | When this pricing expires (null = indefinite) |
Administration
Credit pricing is managed by backoffice admins via the /api/admin/credit-pricing API endpoint. Multiple pricing tiers can be active simultaneously.