SDKs
Official Plaidly client libraries and their current install path
SDKs
Plaidly maintains five official SDKs. All five are functional and used by the agent quickstart and the recipe pages. The Go SDK is publicly available as a tagged module; the remaining SDKs must be installed from their GitHub source until registry publication ships.
| SDK | Language | Source | Registry status |
|---|---|---|---|
plaidly-node | Node.js / TypeScript | GitHub | Not yet published to npm |
plaidly-python | Python | GitHub | Not yet published to PyPI |
plaidly-go | Go | Go module proxy | Published: v0.3.0 |
plaidly-php | PHP | GitHub | Not yet published to Packagist |
plaidly-sdk-tg | Telegram bot integrator | GitHub | Not yet published to npm |
Installing from source
Install the released Go SDK with:
go get github.com/plaidly/[email protected]For the unpublished SDKs, each language guide has a full source-install walkthrough:
What each SDK covers
Every SDK exposes the same surface: payment session creation and polling, sandbox onboarding with simulated payments, webhook signature verification (including secret-rotation windows), and the shared x402 paid-resource helpers. See the language-specific page for exact method names and framework-specific webhook examples (Express, Next.js, FastAPI, Django, Laravel).