paddle
Installation
SKILL.md
Paddle
Merchant of record platform for SaaS. Handles payments, taxes, and compliance. Use Paddle.js for frontend checkouts and the Node.js SDK for server-side operations.
Quick Start - Paddle.js (Frontend)
<script src="https://cdn.paddle.com/paddle/v2/paddle.js"></script>
<script>
Paddle.Initialize({
token: 'live_xxxxxxxxxxxxxxxxxxxxxxxx' // Client-side token
});
</script>