Create an arrangement
Registers a card/scheme arrangement for a participant. Field presence/type is validated against the schema (422); a duplicate (participant, code, role) returns 409; an unknown participant 404; an invalid role/code 422. RBAC: arrangements:write.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
Owning participant id (UUID).
"0190b5a0-0000-7000-8000-0000000000aa"
Body
Response
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"

