Create a participant
Registers a participant in the tenant’s catalog. Field presence/type is validated against the schema (422); business-rule failures return coded 422/409 problem+json. connectivityOk/lastConnectivityAt are read-only (owned by the test-connectivity flow). RBAC: participants:write; tenantId is derived from the validated identity, never the payload.
Authorizations
JWT bearer token issued by the identity provider.
Body
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"
Response
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"

