Skip to main content
PATCH
Update an indirect participant

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

indirectId
string
required

The indirect participant id.

Example:

"018f2b7c-0000-7000-8000-000000000000"

Body

application/json
action
string

Lifecycle transition; one of suspend, reactivate, close.

Example:

"suspend"

delivery
object

New delivery endpoint and/or secret.

name
string

New display name (1..120 chars).

Example:

"Indirect PSP Ltda"

qrCertificate
object

New own-QR-code certificate configuration. Absent leaves it unchanged. Accepted only when the indirect participants feature is enabled for the tenant (422 PIX-0111 otherwise).

Response

OK

createdAt
string<date-time>
required

Creation timestamp (UTC).

delivery
object
required

Delivery endpoint (secret redacted).

indirectId
string
required

The indirect participant id (routing identifier).

Example:

"018f2b7c-0000-7000-8000-000000000000"

ispb
string
required

The indirect PSP's ISPB.

Example:

"12345678"

messagingMode
string
required

Delivery mode.

Example:

"raw"

name
string
required

Display name.

Example:

"Indirect PSP Ltda"

piAccountAlias
string
required

The derived @pi_{ispb} Midaz account alias.

Example:

"@pi_12345678"

provisioning
object
required

Provisioning-saga state.

qrCertificate
object
required

Own-QR-code certificate configuration.

status
string
required

Lifecycle status.

Example:

"ACTIVE"

updatedAt
string<date-time>
required

Last-update timestamp (UTC).