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 Node.js e TypeScript.
npm install @delbank/Delfinance-api-sdk
yarn add @delbank/Delfinance-api-sdk
pnpm add @delbank/Delfinance-api-sdk
import { Delfinance } from '@delbank/Delfinance-api-sdk'; const client = new Delfinance({ environment: 'sandbox', // ou 'production' clientId: process.env.DELFINANCE_CLIENT_ID, clientSecret: process.env.DELFINANCE_CLIENT_SECRET, certPath: './certificado.crt', keyPath: './chave-privada.key', });
environment
string
"sandbox"
"production"
clientId
clientSecret
certPath
.crt
keyPath
.key