Features

Payments

KakaoPay, NaverPay, Toss, Stripe, plans, and subscriptions.

Entitlement model (plans + features)

Entitlement is plan-driven: a subscription grants a set of features. Auth handles WHO the user is; Payments handles WHAT they can access. Do not gate features via auth roles, gate via payments.hasFeature.

Feature catalog & entitlements

Define feature_keys (e.g. unlimited_uploads, advanced_analytics) and assign them to plans with per-plan limits. Code calls payments.hasFeature(key) to gate UI/logic. Always call getFeatures before generating gating code so feature_keys stay consistent.

KakaoPay integration

KakaoPay is built in. Turn it on in Payments and DontCode handles the merchant setup, security keys, and payment confirmations for you. There's no payment code to write and no keys to manage.

Zero-config

NaverPay integration

NaverPay is built in. Enable it in Payments, the platform manages keys, signatures, and webhook handling.

Zero-config

Subscription plans (Free, Pro, Enterprise, ...)

Define subscription plans (plan_id, name, price, interval) in Payments. Use the AI tool definePlans, or edit the plan catalog directly. Required before generating any code that references plan_ids, call getPlans first so plan_ids stay consistent.

Stripe for international payments

Stripe is built in for international (USD) payments. Turn it on in Payments and DontCode handles the security keys and the Stripe checkout and customer billing pages for you.

Zero-config

Subscription management & comping

View, filter, and cancel subscriptions in Payments. To grant a free/comp subscription without going through the payment gateway, use the grantSubscription tool, useful for trials, partner deals, or support overrides.

Toss Payments integration

Toss Payments is built in. Enable it in Payments, keys, webhooks, and reconciliation are platform-managed.

Zero-config
CEO
Houk Elijah Storm
Registration
802-87-03840
Address
30, Nonhyeon-ro 10-gil, Gangnam-gu, Seoul, Republic of Korea (505-J39)
Tel
010-9766-7338
Email
storm@dontcode.co
    Dont Code