Efí Pay (Gerencianet) · API Governance Rules
Efí Pay (Gerencianet) API Rules
Spectral linting rules defining API design standards and conventions for Efí Pay (Gerencianet).
6 Rules
error 2
warn 3
info 1
Rule Categories
efi
Rules
error
efi-info-contact
Every Efí Pay API must list dev.efipay.com.br as the contact URL.
$.info.contact
warn
efi-server-base-url
Production and homologation servers must use the *.api.efipay.com.br base.
$.servers[*].url
error
efi-oauth-required
Every Efí Pay API uses OAuth2 client_credentials.
$.components.securitySchemes
warn
efi-operation-id-camel
operationId must be camelCase matching the Node SDK constants.
$.paths[*][get,post,put,patch,delete].operationId
warn
efi-summary-title-case
Operation summaries should use Title Case.
$.paths[*][get,post,put,patch,delete].summary
info
efi-pix-mtls
Pix and Open Finance descriptions must mention mTLS.
$.info.description