Python SDK
Official SDKs of Python for integrating BagelPay.
π¦ Installation Guide
System Requirements
Method 1: Install from PyPI (Recommended)
# Install latest stable version
pip install bagelpay
# Upgrade to latest version
pip install --upgrade bagelpayMethod 2: Using Poetry
# Add to your project
poetry add bagelpayMethod 3: Install from Source (Development)
Verify Installation
π Quick Start
βοΈ Basic Configuration
Getting API Keys
Environment Variables Setup
Client Initialization Options
Environment-Specific Configuration
π Beginner Tutorial
Step 1: Create Your First Product
Step 2: Create a Payment Session
Step 3: Monitor Transactions
Step 4: Manage Products
π§ API Reference
Product Management API
Creating Products
Product Operations
Payment Session API
Advanced Checkout Configuration
Subscription Management API
π Webhook Integration
π Support and Resources
Getting Help
π Related Links
Last updated