Official SDKs
Our REST API is the foundation — SDKs are the fast lane. Every SDK is generated from the same contract as our docs, so they stay in sync and never drift.
Node.js
Available on requestTypeScript-first
Our flagship SDK. Typed end-to-end with full IntelliSense, first-class promises, and helpers for every API resource — products, orders, customers, payments, and webhooks.
- First-class TypeScript types
- Webhook signature verification
- Automatic retries
Python
On the roadmapPython 3.9+
A batteries-included client for Python services that need to integrate Pricifi data with data pipelines, internal tools, and automation.
- Async + sync clients
- Typed responses via Pydantic
- Simple pip install
REST-first, always
Every SDK wraps the same REST API documented in our API docs. If you use a language we don't officially support, you can call the API directly — all resources are plain JSON over HTTPS.
GET /api/products → 200 OK GET /api/orders → 200 OK POST /api/orders → 201 Created POST /api/payments/init → 200 OK
Want an SDK in another language? Tell us and we'll prioritise it.