SUQODocs
User GuideAPI ReferenceSDKs

TypeScript SDK

Official SUQO SDK for server-side TypeScript.

Server-side TypeScript SDK for the SUQO subscription management platform. Integrate products, subscriptions, customers, and webhooks into your own app without hand-writing raw API calls.

Source: github.com/suqo-ai/suqo-sdk-ts · npm: @suqo/sdk · v1.0.0

Server-side only. This SDK uses your full-access API key and must never be bundled into browser code.

Install

npm install @suqo/sdk

What's included

  • Dual build — ESM and CommonJS, with full TypeScript types either way.
  • Strict typing — no any in the public surface; money and other decimal fields always stay strings, never silently coerced or rounded.
  • Zero runtime dependencies.
  • Automatic retries on safe (read) requests, with sane timeout defaults — writes are never retried automatically.

Next

On this page