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 C# e .NET.
dotnet add package Delfinance-api-sdk --version 0.2.5
<PackageReference Include="Delfinance-api-sdk" Version="0.2.5" />
using Delfinance.Sdk; var client = new DelfinanceClient(new DelfinanceConfig { Environment = "sandbox", // ou "production" ClientId = Environment.GetEnvironmentVariable("DELFINANCE_CLIENT_ID"), ClientSecret = Environment.GetEnvironmentVariable("DELFINANCE_CLIENT_SECRET"), CertPath = "./certificado.crt", KeyPath = "./chave-privada.key" });
Environment
string
"sandbox"
"production"
ClientId
ClientSecret
CertPath
.crt
KeyPath
.key