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
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
client = Client(receiver_id='1234', secret='abcd')
payment = client.payments.post('test', '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.7.tar.gz
(8.9 kB
view details)
Built Distribution
File details
Details for the file pykhipu-0.1.7.tar.gz
.
File metadata
- Download URL: pykhipu-0.1.7.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.8.5 Linux/5.3.0-1035-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db8cfb8cb744d51e663f358d2d6dad6edef693b7de7b1e7bc9ac654939478386 |
|
MD5 | fb395d86ef71c2c1b6b550235cde2441 |
|
BLAKE2b-256 | 0c859ba1b2e0506abc5392ec6d55516e7061011b0c42d31ca6979aa7b81b0640 |
File details
Details for the file pykhipu-0.1.7-py2.py3-none-any.whl
.
File metadata
- Download URL: pykhipu-0.1.7-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-1035-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7948650f2e5c104e9c71aca9f308741ed4d31f4aa2f57d4ff01979185bf585cd |
|
MD5 | 530bcde10bda1183822c4282306b1320 |
|
BLAKE2b-256 | a706c6e836fcb8efe43136a6c081a3fd121e09507fc09618343aa258b02181f8 |