A connector library for communicating with PayCek public API
Project description
Paycek
This is an official package for the Paycek crypto payment processor. The documentation provided in code explains only minor implementation details.
For in depth information about endpoints, fields and more, read our API Documentation.
Quick Start
Installation
Install package with pip.
pip install paycek
Initialization
Under account settings you’ll find your API key and secret. Initialize a paycek instance.
from paycek import Paycek
paycek = Paycek('<api_key>', '<api_secret>')
Usage
Get payment
payment = paycek.get_payment('<payment_code>')
Open payment
payment = paycek.open_payment('<profile_code>', '<dst_amount>', '<location_id>')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file paycek-1.1.2.tar.gz.
File metadata
- Download URL: paycek-1.1.2.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6cc829237f702370703a6c28c3986562e355f24f58c9df1e99badb6face5bda
|
|
| MD5 |
6f80e9d521768bc59108d8d439d760f8
|
|
| BLAKE2b-256 |
ef7882595f7656e825c50ebfe3a4be5040a5bc2355801dadb2bcc7576d00b9e9
|
File details
Details for the file paycek-1.1.2-py3-none-any.whl.
File metadata
- Download URL: paycek-1.1.2-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70cb692cbb42ed7fbcac34b374ce781f71ac5b325c49b2797d1ecc638614d28c
|
|
| MD5 |
74405125aa02296439c1d512d49ad063
|
|
| BLAKE2b-256 |
5a14455ce2ec56e9f8c30e874ea20a443bddc963451539b3ef05e7a27494b475
|