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 PHP.
composer require Delfinance/Delfinance-api-sdk
ext-curl
use Delfinance\Sdk\DelfinanceClient; $client = new DelfinanceClient([ 'environment' => 'sandbox', // ou 'production' 'client_id' => getenv('DELFINANCE_CLIENT_ID'), 'client_secret' => getenv('DELFINANCE_CLIENT_SECRET'), 'cert_path' => './certificado.crt', 'key_path' => './chave-privada.key', ]);
environment
string
"sandbox"
"production"
client_id
client_secret
cert_path
.crt
key_path
.key