polar icon indicating copy to clipboard operation
polar copied to clipboard

An open source engine for your digital products. Sell SaaS and digital products in minutes.

Results 336 polar issues
Sort by recently updated
recently updated
newest added

am using this block of code to get payment methods of user ```js const customerSession = await polarClient.customerSessions.create({ customerExternalId: auth.user.id, }); const paymentMethods = polarClient.customerPortal.customers.getPaymentMethods( { customerSession: customerSession.token, }, {},...

Some customers use the custom benefit to include links to resources. Currently, customers need to copy-paste them to access the page vs. being able to click on it within their...

ui

We should update our Pydantic schema to use `EmptyStrToNoneValidator` to fix this by converting the empty string from React Hook Form to `None`

bug

Context: [https://x.com/d4m1n/status/1893619144043475021](https://x.com/d4m1n/status/1893619144043475021) Customers experienced with using LS before expect the ability to add `?product_id=`to query params in order to override the default, pre-selected, product in the array. Today, we default...

enhancement

Customer with an overdue subscription tried to cancel, but got an error. It's because we have validation for subscription cancelations that it's an active subscription to prevent API calls for...

bug

Mintlify is adding Knowledge Base as a feature which we want to use. However, in the meantime, we're getting a lot of common support questions which would be great to...

docs

We had a case where a customer subscribed to a product with a one-time Discount code. Then, the merchant wished to update the Subscription to another pricing in the same...

enhancement

### Description Show the endpoint url we send webhooks to in the log. Helpful confirmation & for debugging of which endpoint received a given webhook.

enhancement
contributor friendly
ui

If a subscription is downgraded (e.g. $100 plan to $10 plan), Stripe will set the overpaid amount to the customer's balance and use it to pay subsequent invoices until it's...

enhancement