Wave-Pay is a Python package that seamlessly allow merchants accept payments on their Python based web apps
Project description
Wave Pay
Wave-Pay is a Python package that seamlessly allow merchants accept payments on their Python based web apps.
Detailed documentation is in the "docs" directory.
Quick start
-
Install wave-pay
pip install wave-pay
-
It is preferred that you store your API Keys as an environment variable then import Wave gateway instance and instantiate
from wave_pay import WaveGateway wave = WaveGateway(secret_key="<YOUR_SECRET_KEY>", public_key="<YOUR_PUBLIC_KEY>")
-
start using the API
new_transaction = wave.Card.initiate("<ENCRYPTED_PAYLOAD>")
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 wave-pay-0.0.12.tar.gz.
File metadata
- Download URL: wave-pay-0.0.12.tar.gz
- Upload date:
- Size: 30.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d4bd82fb98938c25083feeaf2ff4ebaced2184f95a276f8c89e8cd8aa07a0c3
|
|
| MD5 |
96995af62bdc6cb205e83a245133476e
|
|
| BLAKE2b-256 |
f2c54efaeebb1902a190b8bcf97bb270166a56dc6eaa2158c975d28ce9d4252d
|
File details
Details for the file wave_pay-0.0.12-py3-none-any.whl.
File metadata
- Download URL: wave_pay-0.0.12-py3-none-any.whl
- Upload date:
- Size: 71.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6048b4cf264fc03acdbdff1797725f77f04287bb5519951ea8f72c7cfa3bc4c4
|
|
| MD5 |
f1c77436bf15ed38c41c0e91b04842bf
|
|
| BLAKE2b-256 |
57bab56000cc4981994098cecdd3f2ad3806fcf3d22e26ee6ef2a1547ed9385f
|