Wrapper for the Khipu payment service API v2.0
Project description
PyKhipu
Paquete de Python para el API 2.0 del servicio de pagos Khipu
🇬🇧 Python wrapper for the Khipu payment service API v2.0
Sobre Khipu
Khipu permite a las personas y empresas, pagar y cobrar electrónicamente usando sus propias cuentas corrientes o cuentas vista del banco, de manera fácil, rápida y segura.
Instalación
pip install pykhipu
Uso
Interfaz de bajo nivel
Iguala al API de Khipu en llamadas, ideal para portar código o en casos en que se busque más control sobre los resultados.
from pykhipu.client import Client
from pykhipu import currency
client = Client(receiver_id='1234', secret='abcd')
payment = client.payments.post('test', currency.USD, 100)
print(payment.payment_url)
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
pykhipu-0.1.6.tar.gz
(9.0 kB
view details)
Built Distribution
File details
Details for the file pykhipu-0.1.6.tar.gz
.
File metadata
- Download URL: pykhipu-0.1.6.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.8.5 Linux/5.3.0-1034-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b17a2ace2770eb5a421056a100d530a199767a0398f658bef84e44883c1daa51 |
|
MD5 | 3699923397b71d44420abd2ce156db88 |
|
BLAKE2b-256 | ccab57490671eae25f9797787984a50a31bb962e5d8a3343a01d03a43eb81e14 |
File details
Details for the file pykhipu-0.1.6-py2.py3-none-any.whl
.
File metadata
- Download URL: pykhipu-0.1.6-py2.py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.8.5 Linux/5.3.0-1034-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 131e0df59319b817c1acd89523cdd4a2a6f08894292993c9db3d672688ba75a5 |
|
MD5 | 517066b01c24854535b36bd0e82b19ae |
|
BLAKE2b-256 | 9491881eb26d5f26cb3781ab537bcd34ad9f1e0998508986bc35bdbda955870d |