Russian | English
This product is used for managing payments under The YooKassa API For usage by those who implemented YooKassa using the API method.
- Python 2.7 or Python 3.x
- pip
- Install pip.
- In the console, run the following command:
pip install --upgrade yookassa
- Install easy_install.
- In the console, run the following command:
easy_install --upgrade yookassa
- In the console, run the following command:
wget https://pypi.python.org/packages/5a/be/5eafdfb14aa6f32107e9feb6514ca1ad3fe56f8e5ee59d20693b32f7e79f/yookassa-1.0.0.tar.gz#md5=46595279b5578fd82a199bfd4cd51db2
tar zxf yookassa-1.0.0.tar.gz
cd yookassa-1.0.0
python setup.py install
- Import module
import yookassa
- Configure a Client
from yookassa import Configuration
Configuration.configure('<Account Id>', '<Secret Key>')
or
from yookassa import Configuration
Configuration.account_id = '<Account Id>'
Configuration.secret_key = '<Secret Key>'
or via oauth
from yookassa import Configuration
Configuration.configure_auth_token('<Oauth Token>')
If you agree to participate in the development of the SDK, you can submit data about your framework, cms or module:
from yookassa import Configuration
from yookassa.domain.common.user_agent import Version
Configuration.configure('<Account Id>', '<Secret Key>')
Configuration.configure_user_agent(
framework=Version('Django', '2.2.3'),
cms=Version('Wagtail', '2.6.2'),
module=Version('Y.CMS', '0.0.1')
)
- Call the required API method. More details in our documentation for the YooKassa API
- Authentication
- Statistics about the environment used
- Getting information about the store
- Working with Webhook
- Notifications
- Request to create a payment
- Request to create a payment via the builder
- Request for partial payment confirmation
- Request to cancel an incomplete payment
- Get payment information
- Get a list of payments with filtering