May 6th, 2026 Updated The TED plugin (Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
plugin-br-bank-transfer) documentation was fully reviewed and aligned with the plugin source at tag v2.5.0-beta.5. The audit verified the OpenAPI spec, guides, configuration, webhooks, and error list end-to-end.
What changed
OpenAPI specification (ted.yaml)
InitiateTransferRequestrewritten with the requiredpurposefield (BACEN SPBFinlddCli,pattern: ^[0-9]{1,4}$), plus a documentation note on the current 4-digit limit and a pointer to the BACEN Dicionário de Domínios for the full code table.TransferList/TransferSummaryschemas aligned withListTransfersResponseandTransferListItemResponseGo DTOs.ReadinessResponse.checksnow documents theauthcheck, which is always present and returnsSKIPPEDwhen auth is disabled.amountrestored to the required field list (enforced server-side).- Phantom error codes removed —
BTF-0400,BTF-1000,BTF-1001, andBTF-1002no longer exist in the error catalog. A note now explains that JD vendor codes pass through verbatim onerror.code.
Guides and configuration
- TED configuration — corrections to environment variables (
POSTGRES_SSLMODE,WEBHOOK_MAX_RETRIES,DUPLICATE_GUARD_TTL_SEC) and the holiday handling narrative. - TED developer guide —
X-Organization-Idheader documented; request and response examples updated. - TED webhooks — webhook envelope shape corrected; the jitter table now reflects the real
ExponentialWithJittersemantics (base × 2^attempt). - TED best practices, TED IN, TED OUT, TED data model, TED in Lerian, TED overview, TED glossary — minor corrections and additions.
JD vendor code semantics
AAC90clarified as invalid signature rejection.ALN01clarified as control number not found.
Error reference
- TED error list — phantom codes removed; remaining codes verified against the plugin source.

