Connect an account
An organization owner connects a customer-owned restricted secret and webhook signing secret from the dashboard. These values are encrypted, write-only, and returned later only as masked readiness metadata. Organization API keys cannot perform credential connection or disconnection. The connected credential needs only product, price, customer, checkout, and subscription permissions. Configure the returned project webhook URL in the payment account, then confirm that the project reportsready.
Build a catalog
Products and prices are project-isolated. Create operations accept caller-stable idempotency keys; use a durable business identifier so a network retry cannot duplicate a product, customer, or checkout. Use the dashboard or the typedcustomerPayments.* REST/MCP operations to create catalog entries,
inspect checkouts, cancel subscriptions, and page event history. See the API reference for exact
request bodies and role requirements.
Prices support one-time and recurring modes. Published prices are archived instead of rewritten so
existing subscriptions and event history remain intelligible.
Create checkout from a deployed server
@korve-dev/sdk succeeds.
Security and failure behavior
- Webhook bodies are size-bounded, verified before parsing, and deduplicated by event identifier.
- Errors are sanitized and provider-neutral. Retryable failures include a bounded retry delay without exposing response bodies.
- Success and cancellation URLs must be HTTPS and cannot contain embedded credentials.
- Disconnect permanently removes local credentials, projections, and audit events. It does not delete records in the connected payment account.
- Customer payment activity belongs to the connected account’s pricing. Korve organization billing must also be active for write and runtime operations, but Korve infrastructure invoices and customer payment proceeds never share a ledger.