No project description provided
Project description
spei-python
A library for accessing the SPEI API for python.
Installation
Use the package manager poetry to install.
poetry install spei-python
Usage
Use our client to send orders to SPEI.
from spei.client import BaseClient
client = BaseClient(
host='karpay-beta.intfondeadora.app',
username='karpay',
password='password',
priv_key='private_key',
priv_key_passphrase='passphrase',
)
Methods
Resources
There are two main resources.
- Orden our abstraction of order, this goes through SPEI as XML.
- Respuesta our abstraction of received SPEI messages and response to SPEI orders.
Types
- TipoPagoOrdenPago Order payment type.
- TipoOrdenPago Order type.
- TipoCuentaOrdenPago Account type.
- PrioridadOrdenPago Order priority.
- CategoriaOrdenPago Order Category.
- EstadoOrdenPago Order status.
- ClaveOrdenanteOrdenPago Root Institution Code.
- FolioOrdenPago Order invoice identifier.
- MedioEntregaOrdenPago Order transmission method.
- TopologiaOrdenPago Order notification method.
Errors
You may use any of the generic errors in errors to return as response to SPEI. (?) Need to ask karpay.
These errors are included inside respuesta.
Test
Tested with mamba, install poetry dev packages and then run tests.
poetry run make test
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Checksum Generator
This repo includes a utility to generate firma digital aplicada
python bin/generate_checksum.py bin/message.json
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
File details
Details for the file spei_python-0.18.1.tar.gz
.
File metadata
- Download URL: spei_python-0.18.1.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10e0a0dd57299f4a4c23055e53895bf6f396f677cba9719607a800e7ad0f76dc |
|
MD5 | 398789dfcff50dfcb5a35ebcbef29e3d |
|
BLAKE2b-256 | 27801c6848586b6c9325bf9ef58eba072792e07ddaa4c77ec8e7affb75b1fe2e |
File details
Details for the file spei_python-0.18.1-py3-none-any.whl
.
File metadata
- Download URL: spei_python-0.18.1-py3-none-any.whl
- Upload date:
- Size: 18.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90ad16ca5659acb21b38d1d5eb43edd8cb8de47794f51ac5b1e033a984e0f906 |
|
MD5 | 7edb0fbdb4cac661b86b7018741ffe91 |
|
BLAKE2b-256 | 79c5dd72650fd6a518ec88aaf4acf9d130e21c5578343ec55cbd446ebae35fd5 |