API Libraries
Lithic has client libraries you can use to speed up your time to market. Using our client, you can execute a wide range of common operations including:
- Listing transactions with auto-pagination so you don't have to query successive pages manually
- Automatic retries with a short exponential backoff
- Creating cards and accounts
- Adding funding sources
- Request timeouts
- Error handling
- Configuring custom URLs, proxies, and transports
Libraries
Language | Description | URL |
---|---|---|
Go | In beta. Please reach out to [email protected] if you're interested in trialing it. | |
Java | Provides developers convenient access to the Lithic API for Java-based applications. | https://github.com/lithic-com/lithic-java |
NodeJS | Provides convenient access to the Lithic REST API from applications written in server-side JavaScript. It includes TypeScript definitions for all request params and response fields. | https://github.com/lithic-com/lithic-node |
Python | Provides convenient access to the Lithic REST API from any Python 3.7+ application. It includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by httpx. | https://github.com/lithic-com/lithic-python |
Ruby | In beta. Please reach out to [email protected] if you're interested in trialing it. |
Updated 8 days ago