YooWallet
This is simple python SDK for Yoomoney Wallet and Fundraising (deals with Quickpay) APIs for Python .
Notice
This SDK is not official and in development, software comes as is, use at your own risk!
Features
- Support both async and sync usage
- Utils for authorizing Yoomoney apps (only async now)
- Getting account information, operation history, it's detailes
- Fundraising (QuickPay)
- HTTP notification server (raw and without TLS support yet, DO NOT USE IT NOW!)
List of Implemented
- Authorization
- Revoking app token
- Getting account info
- Operation history
- Operation details
- Perform payment
- Process payment
- QuickPay
- HTTP notifications (partially)
- Raw realization
- TLS support
Sources
- Inspired by: https://github.com/AlekseyKorshuk/yoomoney-api
- Yoomoney Wallet API: https://yoomoney.ru/docs/wallet
- Yoomoney Fundrising API: https://yoomoney.ru/docs/payment-buttons
Have some questions?
Join developers telegram channel (here you can ask some questions )
Follow installation guide to start working with YooWallet.