Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paycek-1.1.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

paycek-1.1.0-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page