Skip to main content
PUT
Actualizar un participante

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

id
string
requerido

Participant id (UUID).

Ejemplo:

"0190b5a0-0000-7000-8000-0000000000aa"

Cuerpo

application/json
active
boolean | null

Whether the participant is active. Nil leaves it unchanged.

Ejemplo:

true

bcbCode
string

Participant code at the Banco Central. Omitted leaves it unchanged.

Ejemplo:

"0001"

document
string

Participant CNPJ (14 digits, unformatted). Omitted leaves it unchanged.

Ejemplo:

"12345678000199"

ispb
string

Participant ISPB (8-digit identifier). Omitted leaves it unchanged.

Ejemplo:

"29011780"

metadata
object

Free-form tenant metadata; a non-nil map replaces the stored value, nil leaves it unchanged.

name
string

Participant legal name. Omitted leaves it unchanged.

Ejemplo:

"Acquirer Example S.A."

nucleaCode
string

Participant code assigned by Núclea. Omitted leaves it unchanged.

Ejemplo:

"NU12345"

type
string

Participant role/type in the card-settlement flow. Omitted leaves it unchanged.

Ejemplo:

"ACQUIRER"

Respuesta

OK

active
boolean
requerido

Whether the participant is active.

Ejemplo:

true

connectivityOk
boolean | null
requerido

Last connectivity-probe result; null until a probe runs.

Ejemplo:

true

createdAt
string<date-time>
requerido

Creation timestamp (RFC3339 UTC).

Ejemplo:

"2026-06-15T07:50:00Z"

id
string
requerido

Participant id (UUID).

Ejemplo:

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

lastConnectivityAt
string<date-time> | null
requerido

Timestamp of the last connectivity probe (RFC3339 UTC); null until a probe runs.

Ejemplo:

"2026-06-15T07:50:00Z"

name
string
requerido

Participant legal name.

Ejemplo:

"Acquirer Example S.A."

type
string
requerido

Participant role/type in the card-settlement flow.

Ejemplo:

"ACQUIRER"

updatedAt
string<date-time>
requerido

Last-update timestamp (RFC3339 UTC).

Ejemplo:

"2026-06-15T07:50:00Z"

bcbCode
string

Participant code at the Banco Central.

Ejemplo:

"0001"

document
string

Participant CNPJ (14 digits, unformatted).

Ejemplo:

"12345678000199"

ispb
string

Participant ISPB (8-digit identifier).

Ejemplo:

"29011780"

metadata
object

Free-form tenant metadata key/value pairs.

nucleaCode
string

Participant code assigned by Núclea.

Ejemplo:

"NU12345"