Skip to main content
POST
Crear un arreglo

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

id
string
requerido

Owning participant id (UUID).

Ejemplo:

"0190b5a0-0000-7000-8000-0000000000aa"

Cuerpo

application/json
code
string
requerido

Card-scheme arrangement code.

Ejemplo:

"VCC"

role
string
requerido

Participant role for this arrangement.

Ejemplo:

"ACQUIRER"

active
boolean | null

Whether the arrangement is active; defaults to true when omitted.

Ejemplo:

true

Respuesta

Created

active
boolean
requerido

Whether the arrangement is active.

Ejemplo:

true

code
string
requerido

Card-scheme arrangement code.

Ejemplo:

"VCC"

createdAt
string<date-time>
requerido

Creation timestamp (RFC3339 UTC).

Ejemplo:

"2026-06-15T07:50:00Z"

id
string
requerido

Arrangement id (UUID).

Ejemplo:

"0190b5a0-0000-7000-8000-0000000000bb"

participantId
string
requerido

Owning participant id (UUID).

Ejemplo:

"0190b5a0-0000-7000-8000-0000000000aa"

role
string
requerido

Participant role for this arrangement.

Ejemplo:

"ACQUIRER"

updatedAt
string<date-time>
requerido

Last-update timestamp (RFC3339 UTC).

Ejemplo:

"2026-06-15T07:50:00Z"