
Type-Safe TypeScript SDK
Type-Safe TypeScript SDK
Our SDK is built with TypeScript first, providing excellent developer experience with full type safety and IntelliSense support.
Simple Checkout Sessions
Simple Checkout Sessions
Create checkout sessions with a single API call. Perfect for integrating payments into your application.
Developer-Friendly
Developer-Friendly
Built with developers in mind - comprehensive error handling, retry mechanisms, and detailed documentation.
Quickstart
1. Install the SDK
2. Initialize the Client
3. Create a Checkout Session
Authentication
The SDK uses API Key authentication. Set your API key when initializing the client:API Reference
The SDK provides access to the following API endpoint:- POST
/api/v1/checkout/sessions
- Create a new checkout session
Error Handling
The SDK includes comprehensive error handling with specific error types for different scenarios:More Documentation
For comprehensive SDK documentation, examples, and advanced usage, please refer to:- npm.js Package - Complete SDK documentation
- API Reference - Detailed API endpoint documentation
Next Steps
- Learn more about the TypeScript SDK
- Explore the API Reference
- Check out the npm.js package for complete documentation