Skip to main content
POST
Avançar uma operação via override administrativo auditado

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

operationId
string
obrigatório

Operation id (UUID).

Exemplo:

"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"

Corpo

application/json
evidence
string

Audit evidence (mandatory; enforced by the domain).

Exemplo:

"ticket-4567"

reason
string

Audit justification (mandatory; enforced by the domain).

Exemplo:

"Manual override after Núclea reconciliation"

toState
string

The existing state-machine edge the override drives to.

Exemplo:

"QUEUED"

Resposta

OK

fromState
string
obrigatório

State before the override.

Exemplo:

"REJECTED"

operationId
string
obrigatório

Operation id (UUID) that was advanced.

Exemplo:

"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"

toState
string
obrigatório

State after the override.

Exemplo:

"QUEUED"

trigger
string
obrigatório

Transition trigger (always MANUAL_OVERRIDE).

Exemplo:

"MANUAL_OVERRIDE"

advancedBy
string

Authenticated subject who authorized the override.

Exemplo:

"ops@acquirer.com"