← Back to schema index

UpdateValidationRetryPolicyRequest

Request body to update a validation's retry policy (backoff strategy and limits).

Properties

FieldTypeDescription
retry_policy*objectAutomatic retry policy. Configures when and how many times the system retries a validation that returned an eligible outcome (`not_found`, `cep_unavailable` or `error` by default).
enabledbooleanEnables or disables the retry cycle for this validation. If `false`, the other fields are ignored.
max_retriesintegerMaximum number of automatic retries. Once reached, the cycle enters the `exhausted` terminal state. The upper bound depends on the plan (`retry_max_retries`) or the global default `max_retries_cap` (typically 5–10).
interval_secondsintegerSeconds to wait between each retry (300–86400, i.e., 5 minutes to 24 hours).
outcomesarrayValidation outcomes that trigger a retry. By default the cycle activates on `not_found`, `cep_unavailable` and `error`; clients that do not want to retry Banxico HTTP 5xx errors can send `["not_found", "cep_unavailable"]`.

Used in operations

  • PUT /v1/validations/{id}/retry-policy