Cliente para comunicacion con flowAPI-3 de flow.cl
Project description
PyFlowCL
Cliente API para operaciones con el servicio de pagos Flow.cl
FlowAPI-3.0.1
Features
- Currently the "Payment" command is available
Setup
This project is managed by Poetry (a requierements.txt file is also provided)
Usage
from pyflowcl import Payment
from pyflowcl.Clients import ApiClient
API_URL = "https://sandbox.flow.cl/api"
API_KEY = "your_key"
API_SECRET = "your_secret"
FLOW_TOKEN = "your_payment_token"
api = ApiClient(API_URL, API_KEY, API_SECRET)
call = Payment.get_status(api, FLOW_TOKEN)
print(call)
License
You can check out the full license here
This project is licensed under the terms of the MIT license.
FlowAPI is licensed under the terms of the Apache 2.0 license.
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
pyflowcl-0.2.0.tar.gz
(5.2 kB
view hashes)