Skip to main content
POST
Criar um arranjo

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

id
string
obrigatório

Owning participant id (UUID).

Exemplo:

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

Corpo

application/json
code
string
obrigatório

Card-scheme arrangement code.

Exemplo:

"VCC"

role
string
obrigatório

Participant role for this arrangement.

Exemplo:

"ACQUIRER"

active
boolean | null

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

Exemplo:

true

Resposta

Created

active
boolean
obrigatório

Whether the arrangement is active.

Exemplo:

true

code
string
obrigatório

Card-scheme arrangement code.

Exemplo:

"VCC"

createdAt
string<date-time>
obrigatório

Creation timestamp (RFC3339 UTC).

Exemplo:

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

id
string
obrigatório

Arrangement id (UUID).

Exemplo:

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

participantId
string
obrigatório

Owning participant id (UUID).

Exemplo:

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

role
string
obrigatório

Participant role for this arrangement.

Exemplo:

"ACQUIRER"

updatedAt
string<date-time>
obrigatório

Last-update timestamp (RFC3339 UTC).

Exemplo:

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