🚀 Robokassa API
Unofficial Python Library for Robokassa Payments
💳 Fast & Secure Payment Integration with Just a Few Lines of Code!
💬 We now have a library discussion on Telegram! - https://t.me/robokassa_for_python
🎨 Features
✔️ Easy Payment Link Generation
✔️ Secure Transactions with Hash Algorithms
✔️ Supports all available Hashes
✔️ Simple and Fast Integration
📦 Installation
pip install robokassa
⚡ Quick Start
from robokassa import HashAlgorithm, Robokassa
robokassa = Robokassa(
merchant_login="my_login",
password1="password",
password2="password",
is_test=False,
algorithm=HashAlgorithm.md5,
)
payment_link = robokassa.generate_open_payment_link(out_sum=1000, inv_id=0)
print(payment_link)
Async methods available for advanced actions:
from robokassa.types import InvoiceType
my_link = await robokassa.generate_protected_payment_link(
invoice_type=InvoiceType.REUSABLE, inv_id=233, out_sum=1000
)
📖 Documentation
📚 Full Documentation (in Russian):
🔗 Read the Docs
🌟 Contribute & Support
🚀 Found this project useful? Show some ❤️ by giving it a star!
Made with ❤️ for seamless payment integration.
Release files for robokassa 1.0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| robokassa-1.0.8.tar.gz | 11.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| robokassa-1.0.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 26.1 kB
Release files / robokassa-1.0.8.tar.gz
| Download URL | robokassa-1.0.8.tar.gz |
|---|---|
| Size | 11.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
09755e9c1c92dc7148e0fceda6b2bdfc0393acbc5723642da071c2a8a01e5cc5
|
|
BLAKE2b-256 checksum How to use checksums |
218c66d6a2542a0ed07f99daac4712167e4b49ecf13443c22a7db1795e0cf269
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.2.1 CPython/3.11.13 Linux/6.11.0-1018-azure
|
Release files / robokassa-1.0.8-py3-none-any.whl
| Download URL | robokassa-1.0.8-py3-none-any.whl |
|---|---|
| Size | 14.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5732dfbe261308241ecbe1e6a02f0d33c547747c987f43433e5d11f1319b8cd0
|
|
BLAKE2b-256 checksum How to use checksums |
c6fbc5651051201d5b2f5deefb47d2cbe3c92d2adc43882bb7241a93d51861e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.2.1 CPython/3.11.13 Linux/6.11.0-1018-azure
|