Skip to main content

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.

May 6th, 2026 Updated The TED plugin (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)

  • InitiateTransferRequest rewritten with the required purpose field (BACEN SPB FinlddCli, 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 / TransferSummary schemas aligned with ListTransfersResponse and TransferListItemResponse Go DTOs.
  • ReadinessResponse.checks now documents the auth check, which is always present and returns SKIPPED when auth is disabled.
  • amount restored to the required field list (enforced server-side).
  • Phantom error codes removedBTF-0400, BTF-1000, BTF-1001, and BTF-1002 no longer exist in the error catalog. A note now explains that JD vendor codes pass through verbatim on error.code.

Guides and configuration

JD vendor code semantics

  • AAC90 clarified as invalid signature rejection.
  • ALN01 clarified as control number not found.

Error reference

  • TED error list — phantom codes removed; remaining codes verified against the plugin source.