Changelog¶
All notable changes to this project will be documented in this file.
Version 1.0.0 (2025-01-XX)¶
First stable release.
Features¶
Async/await support with aiohttp
Payment link generation
Notification handling (ResultURL, SuccessURL)
Invoice creation via Invoice API (JWT-based)
Refund operations
Fiscalization support (Receipt) with Pydantic models and enums for ФЗ-54 compliance
Signature verification (MD5, SHA256, SHA512)
Type hints and Pydantic validation
Test mode support
Comprehensive test coverage
Full documentation with Sphinx
Version 0.1.0 (2025-01-XX)¶
Initial release.
Features¶
Async/await support with aiohttp
Payment link generation
Notification handling (ResultURL, SuccessURL)
Invoice creation via Invoice API (JWT-based)
Refund operations
Signature verification (MD5, SHA256, SHA512)
Type hints and Pydantic validation
Test mode support