Leave international taxes to us as your merchant of record.
20%+ lower fees vs. alternatives.
Trusted by thousands of developers & built open source
Automate collaborator invites to private repositories
Offer access to premium support- or community channels
Sell access to your premium apps, services or APIs
Polar has no monthly fees. This tier is only an example of what you could offer your audience in minutes using Polar.
Keep track of your sales with our built-in analytics dashboard
Use our SDKs to integrate Polar into your apps and platforms. Webhooks, OAuth, and more.
Turn issues into a crowdfunded backlog and share the funding with your contributors.
export async function POST(request: NextRequest) {
const requestBody = await request.text();
const webhookSecret = Buffer.from(env.POLAR_WEBHOOK_SECRET).toString(
"base64",
);
const wh = new Webhook(webhookSecret);
const webhookPayload = wh.verify(requestBody, request.headers);
switch (webhookPayload.type) {
case "checkout.created":
break;
case "checkout.updated":
break;
default:
console.log(`Unhandled event type ${webhookPayload.type}`);
}
return NextResponse.json({ received: true });
}
We only earn when you do. See how our fees apply.
I've joined Polar as an advisor!
I think it benefits everyone for devs to have more options to get paid to work on their passions, to support upstreams, and for users to have more confidence/transparency in the software they're supporting/purchasing.
I just used Polar to sponsor someone to improve Polar in Ladybird Browser!
It's honestly such a comfy way to spread the love and share some of my funding with more of our developers!
It's only been two weeks but Polar has been extremely good for funding contributions for Athena Crisis.
Frictionless, fast, easy.
Amazing! Really excited to seeing how this turns out.
Polar is the cutting edge of how open source might be financed in the future.