Official Dollr SDKs
Official Dollr SDKs are currently in active development. They are not yet available for production use. Use the REST API directly in the meantime — see the Quick Start for a step-by-step guide.
The following SDKs are being built and maintained by the Dollr team. They will wrap the REST API with idiomatic, language-native interfaces, handle token refresh automatically, and include typed request/response models.
Status: In development
A TypeScript-first SDK for Node.js and browser environments with full type safety.
Status: In development
A Python SDK with async support, Pydantic models, and auto token refresh built in.
Status: Planned
A PHP SDK compatible with Laravel and other popular frameworks.
Status: Planned
A Go SDK with idiomatic interfaces and context-aware requests.
Official SDKs will be published on each language’s package registry (npm, PyPI, Packagist, pkg.go.dev) and linked here when available.
Want early access? Email dev@heydollr.app with your stack and use case to join the SDK waitlist.
Community SDKs are built and maintained by third-party developers. Dollr does not officially support or guarantee these packages. Always review the code and test thoroughly before using in production.
No community SDKs have been submitted yet.
Built a wrapper or SDK for Dollr? Email dev@heydollr.app with a link to your repository and a short description and we’ll add it here.
Build Your Own
Until official SDKs are available, you can build your integration directly against the REST API.
Get from zero to a working payment collection in under 10 minutes. Import the spec into Postman, Insomnia, or any code generator. Full end-to-end walkthrough of every flow type. Retry logic, idempotency, and error response patterns.Last modified on June 23, 2026