Create institution config and provision keys
Creates a new institution configuration (create-only; 409 if one already exists for the id) and provisions its tokenization PRF + audit MAC keysets in the same flow. The institution id is supplied in the request body.
Authorizations
JWT bearer token issued by the identity provider.
Body
The outbound connector type for this institution.
"midaz"
Whether the connector configuration is active.
true
The institution's BACEN CNPJ (8 digits) for return-file headers and file header validation.
"12345678"
The institution's unique identifier (UUID) that addresses the new configuration.
"550e8400-e29b-41d4-a716-446655440000"
Connector-specific configuration bag, including admission sets (blockableBalances/blockableAccountTypes).
Operational retry policy (backoff/attempts) as arbitrary JSON.
Response
Created
The outbound connector type for this institution.
"midaz"
RFC 3339 creation timestamp (UTC).
"2024-01-15T10:30:00Z"
Whether the connector configuration is active.
true
The institution's BACEN CNPJ (8 digits) for return-file headers and file header validation.
"12345678"
The institution's unique identifier (UUID).
"550e8400-e29b-41d4-a716-446655440000"
RFC 3339 last-update timestamp (UTC).
"2024-01-15T12:00:00Z"
Connector-specific configuration bag, scrubbed of secret-bearing keys.
Operational retry policy (backoff/attempts) as arbitrary JSON.

