Crear un participante
Registra un participante en el catálogo del tenant. La presencia/el tipo de los campos se valida contra el esquema (422); los fallos de reglas de negocio devuelven problem+json con código 422/409. connectivityOk/lastConnectivityAt son de solo lectura (propiedad del flujo test-connectivity). RBAC: participants:write; tenantId se deriva de la identidad validada, nunca del payload.
Autorizaciones
JWT bearer token issued by the identity provider.
Cuerpo
Participant legal name.
"Acquirer Example S.A."
Participant role/type in the card-settlement flow.
"ACQUIRER"
Whether the participant is active; defaults to true when omitted.
true
Participant code at the Banco Central.
"0001"
Participant CNPJ (14 digits, unformatted).
"12345678000199"
Participant ISPB (8-digit identifier in the Brazilian payment system).
"29011780"
Free-form tenant metadata key/value pairs.
Participant code assigned by Núclea.
"NU12345"
Respuesta
Created
Whether the participant is active.
true
Last connectivity-probe result; null until a probe runs.
true
Creation timestamp (RFC3339 UTC).
"2026-06-15T07:50:00Z"
Participant id (UUID).
"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"
Timestamp of the last connectivity probe (RFC3339 UTC); null until a probe runs.
"2026-06-15T07:50:00Z"
Participant legal name.
"Acquirer Example S.A."
Participant role/type in the card-settlement flow.
"ACQUIRER"
Last-update timestamp (RFC3339 UTC).
"2026-06-15T07:50:00Z"
Participant code at the Banco Central.
"0001"
Participant CNPJ (14 digits, unformatted).
"12345678000199"
Participant ISPB (8-digit identifier).
"29011780"
Free-form tenant metadata key/value pairs.
Participant code assigned by Núclea.
"NU12345"

