Web SDK
Add subscriptions to your web app with a few lines of code.
Developers / Docs
Simple APIs, powerful tools, and everything you need to launch and grow your subscription app.
import { SMTC } from "@smtc/web";
const smtc = new SMTC({
publicKey: "pk_test_...",
});
const { url } = await smtc.checkout.create({
planId: "pro_monthly",
successUrl: "https://yourapp.com/success",
});
window.location.href = url;
Quickstart
Choose your platform and follow the quickstart guide.
Add subscriptions to your web app with a few lines of code.
Integrate with Swift and start monetizing on iOS.
Support for Android is on the way. Sign up to be notified.
Documentation
Explore our complete API reference with examples.
Listen to subscription events in real time.
Learn how to manage access and entitlements in your app.
Manage customers, subscriptions, and billing programmatically.
Copy and adapt real-world examples.
Recommendations to build a great experience.
Create an account and grab your test and live API keys.
Follow our quickstart guides or use our REST API.
Use test mode to try purchases, webhooks, and entitlements.
Switch to live keys and start welcoming subscribers.