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 |
---|---|---|
NodeJS | The Lithic Node library 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. | |
Python | The Lithic Python library 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. |
Updated 2 months ago
Did this page help you?