Crear un arreglo
Registra un arreglo de tarjeta/esquema para un participante. La presencia/el tipo de los campos se valida contra el esquema (422); un duplicado (participant, code, role) devuelve 409; un participante desconocido 404; un role/code inválido 422. RBAC: arrangements:write.
Autorizaciones
JWT bearer token issued by the identity provider.
Parámetros de ruta
Owning participant id (UUID).
"0190b5a0-0000-7000-8000-0000000000aa"
Cuerpo
Respuesta
Created
Whether the arrangement is active.
true
Card-scheme arrangement code.
"VCC"
Creation timestamp (RFC3339 UTC).
"2026-06-15T07:50:00Z"
Arrangement id (UUID).
"0190b5a0-0000-7000-8000-0000000000bb"
Owning participant id (UUID).
"0190b5a0-0000-7000-8000-0000000000aa"
Participant role for this arrangement.
"ACQUIRER"
Last-update timestamp (RFC3339 UTC).
"2026-06-15T07:50:00Z"

