You can grant bonuses using the web app or API.
Go to customer details page
Click grant bonus
Set options
Save
const result = await priceos.bonuses.create({ customerId: "customer_123", featureKey: "api_calls", amount: 100, expiresAt: Date.parse("2026-12-31T23:59:59.000Z"), reason: "promotion", metadata: { campaign: "winter_promo", }, });