Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Instale e configure o SDK oficial da Delfinance para Python.
pip install Delfinance-api-sdk
poetry add Delfinance-api-sdk
from Delfinance import Delfinance import os client = Delfinance( environment="sandbox", # ou "production" client_id=os.getenv("DELFINANCE_CLIENT_ID"), client_secret=os.getenv("DELFINANCE_CLIENT_SECRET"), cert_path="./certificado.crt", key_path="./chave-privada.key" )
environment
str
"sandbox"
"production"
client_id
client_secret
cert_path
.crt
key_path
.key