Skip to main content

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
p = Payment.PaymentRequest()
p.set_env(pyflowcl.__sandbox__)
p.set_auth("token", "key")
p.get_payment_url('Payment', 5000, Payment.CLP, Payment.ALL_METHODS)
print(p)

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


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.1.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

pyflowcl-0.1.1-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page