# Dolibarr API DOLIBARR_URL=https://your-dolibarr.example.com/api/index.php DOLIBARR_API_KEY=your_api_key # GoCardless payment method ID for GoCardless # Find it with: GET /setup/dictionary/payment_types # Look for "Prélèvement GoCardless" or similar DOLIBARR_GC_PAYMENT_ID=6 # Dolibarr bank account ID (for recording payments) # Find it with: GET /bankaccounts DOLIBARR_BANK_ACCOUNT_ID=1 # Reconciliation tolerances (optional) # RECONCILIATION_DATE_TOLERANCE=7 # RECONCILIATION_PAYOUT_TOLERANCE=2