Configura la tasa mensual de las ofertas de consignado del tenant
Almacena (o corrige) la tasa de interés mensual que la institución autoriza para sus ofertas de crédito consignado. El valor es un decimal de PORCENTAJE mensual: 1,80 % al mes se envía como 1.80, nunca 0.018 (el Manual 003 v1.19, sección 3.1.1, define valorTaxaMensal como NÚMERO(7,2) (porcentual)). Admite como máximo 5 dígitos enteros y 2 decimales; se rechaza cero. Es una configuración comercial, no un secreto: se almacena en Postgres junto con los metadatos de las credenciales y nunca se escribe en el almacén de secretos del tenant. Sin una tasa configurada, el gateway no presenta ninguna oferta en lugar de calcular el precio de un préstamo por sí mismo.
Autorizaciones
JWT bearer token issued by the identity provider.
Cuerpo
The institution's configured monthly interest rate for consignado bids, as a PERCENT-per-month decimal: 1,80% per month is 1.80, never 0.018. At most 5 integer and 2 fractional digits (Manual 003 v1.19 §3.1.1, NÚMERO(7,2) (percentual)); zero is not a rate.
^(0\.(0[1-9]|[1-9][0-9]?)|[1-9][0-9]{0,4}(\.[0-9]{1,2})?)$"1.80"
Respuesta
OK
Whether a client certificate is stored for the tenant.
Whether OAuth2 client_credentials are stored for the tenant.
External rail the credentials belong to.
"dataprev"
Last-update timestamp (RFC 3339, UTC).
"2026-06-23T12:00:00Z"
SHA-256 hex fingerprint of the stored certificate (absent when none).
"3b1f...c0"
RFC 3339 cert expiry (UTC); absent when no cert is stored.
"2027-01-01T00:00:00Z"
Dataprev codigoSolicitante: the institution's BACEN COMPE code (3 digits, zero-padded, 001-999). Public, non-secret; absent when none is stored.
"341"
Credential revocation timestamp (RFC 3339, UTC); absent when credentials were never revoked.
"2026-07-14T15:30:00Z"
Configured monthly interest rate for consignado bids, as a PERCENT-per-month decimal (1.80 is 1,80% per month). Commercial configuration, non-secret; absent when none is stored, in which case the gateway places no bid.
"1.80"

