polar
polar copied to clipboard
An open source engine for your digital products. Sell SaaS and digital products in minutes.
Speakeasy is supporting SSE endpoints if we define them a certain way in the OpenAPI schema: https://www.speakeasy.com/docs/customize/runtime/server-sent-events They even support to have schemas for the sent events 🤯 Could be...
Ability to set seat pricing on subscriptions with the ability to invite/add customers to gain access to the benefits.
### Description We recently added polar in our list of our tested third party libraries, to better prevent regressions in future versions of Pydantic. To improve build performance, we are...
[WIP] Addresses #4466 P.S. I believe backend changes should be deployed first before deploying frontend ones, so there would be no downtime/errors window as a result of frontend updating first.
Organization setting to enable developers to configure: - `Taxes included` in prices. We still calculate taxes, but deduct it from the product price vs. add it and pass it on...
### Description All our endpoints rely on access tokens to authenticate and authorize requests. Except `/customer-portal/license-keys`. This is by design and standard across other/all license key services. Why? The license...
On mobile, in the customer portal, the unsubscribe modal isn't scrollable, so we can't see the submit button. 
### Description Currently, you need to listen to `order.created` with `billing_reason=subscription_cycle` to get notified about subscription renewals. Trigger a `subscription.renewed` event to offer a more intuitive and self-explanatory webhook event.
### Description More intuitive (DX) webhook event for downgrade/upgrade specifically, e.g `subscription.changed` vs. listening to the more noisy `subscription.updated` only