Skip to main content

TodoPago modern SDK for python

Project description

python-todopago

Test

python-todopago is a library based on the TodoPagos's Python-SDK. The main purpose of this library is to provide a friendly and pythonic way to consume TodoPagos's services, using zeep as soap client and requests for rest client.

Installation

Use the package manager pip to install python-todopago.

pip install python-todopago

Usage

import python_todopago

# initialize connector class  
connector = TodoPagoConnector(
        "PRISMA A793D307441615AF6AAAD7497A75DE59", # token
        2159, # merchant id
        sandbox=True,
    )

# authorize operation
authorization = connector.authorize_operation(
        success_url="http://example.com/success/",
        failure_url="http://example.com/failure/",
        operation_id="ABC",
        currency=32,
        amount=2.00,
        city="Cordoba",
        country_code="AR",
        state_code="D",
        billing_first_name="Juan",
        billing_last_name="Lopez",
        billing_email="test@gmail.com",
        billing_phone="+543513840243",
        billing_postcode="5000",
        billing_address_1="Arrayan 8958",
        billing_address_2=None,
        customer_id="1",
        customer_ip_address="192.168.0.1",
        items=items, # List[Item]
    )

# get operation status
status = connector.get_operation_status(
            "1fb7cc9a-14dd-42ec-bf1e-6d5820799642", # request key
            "44caba31-1373-4544-aa6b-42abff696944", # answer key
        )

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

This software is distributed under the MIT licence. See LICENCE for details.

Copyright (c) 2021-2022 Juan Pablo Senn juanpsenn@gmail.com

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

python-todopago-1.0.6.tar.gz (17.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_todopago-1.0.6-py3-none-any.whl (25.6 kB view details)

Uploaded Python 3

File details

Details for the file python-todopago-1.0.6.tar.gz.

File metadata

  • Download URL: python-todopago-1.0.6.tar.gz
  • Upload date:
  • Size: 17.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for python-todopago-1.0.6.tar.gz
Algorithm Hash digest
SHA256 7f437c6a3127b74bea404de4e192a2a9849442b7ffe782e22317882952a86af7
MD5 ecd66a72c47dda962b23788fbcb602b7
BLAKE2b-256 4d3898eb7db75e3523d2a5bbb44674f212b7ab2fb579f41c1ae2758df8e8ad18

See more details on using hashes here.

File details

Details for the file python_todopago-1.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for python_todopago-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 4f4d0114939281bdcc0e1ac1e49c26cb481e5de91a6754b5a8150ff3207841fe
MD5 1b045ed7cc44e59b43c2cefbe62a421d
BLAKE2b-256 e38f4e65800bd3cde4a6d1e7002a5c309f778af50f8ebdfe695ad2d08d9d0fa3

See more details on using hashes here.

Supported by

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