Skip to main content

A Python package to interact with the Banco Inter's Pix API

Project description

InterPixPy

This library provides developers with a simple way to interact with the Banco Inter's Pix API.

Requirements

Python 3 or higher

Installation

pip install inter-pixpy

Usage

import interpixpy

sdk = interpixpy.SDK(
    client_id="your_app_client_id",
    client_secret="your_app_client_secret",
    grant_type="grant_type",
    scope="your_app_scope",
    cert_path="path_to_your_cert_file",
    key_path="path_to_your_key_file",
)

cob_payload = {
    "calendario": {"expiracao": 3600},
    "devedor": {
        "cpf": "00000000000",
        "nome": "Xoblinha da Silva",
    },
    "valor": {"original": "100.00"},
    "chave": "99999999999999",
    "solicitacaoPagador": "Pagamento dos serviços prestados.",
}

result = sdk.cob().create(cob_payload)

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

inter-pixpy-0.0.7.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

inter_pixpy-0.0.7-py3-none-any.whl (10.5 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