Skip to main content
PUT
Change a PIX key entry

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

entryId
string
requerido

The PIX key value (URL-encoded).

Ejemplo:

"foo@bar.com"

Cuerpo

application/json
accountId
string
requerido

The CRM account id of the key owner (resolves the server-side ISPB).

Ejemplo:

"acc-123"

reason
integer<int64>
requerido

Change reason (0=Customer Request,2=Branch Transfer,6=Reconciliation,8=Receita Federal Validation). EVP keys must not use 0.

Ejemplo:

2

accountOpeningDate
string

The new account's opening timestamp (RFC3339).

Ejemplo:

"2020-01-10T11:30:17.001Z"

newAccount
string

The new account number to associate with the key.

Ejemplo:

"0007654321"

newAccountType
integer<int64>

The new account type (0=Checking,1=Salary,2=Savings,3=Payment,4=PI).

Ejemplo:

0

newBranch
string

The new branch number to associate with the key.

Ejemplo:

"0001"

newName
string

The new owner full name / legal name.

Ejemplo:

"Empresa Nova"

newTradeName
string

The new owner trade name (sent only for a corporate owner).

Ejemplo:

"Fantasia Nova"

Respuesta

OK

key
string
requerido

The PIX key (unchanged).

Ejemplo:

"foo@bar.com"

claimOpenedAt
string

When a possession/portability claim was opened by the change (RFC3339), if any.

Ejemplo:

"2026-01-03T00:00:00Z"

createdAt
string

When the key was created (RFC3339).

Ejemplo:

"2026-01-01T00:00:00Z"

ownershipStartAt
string

When ownership of the key began (RFC3339).

Ejemplo:

"2026-01-02T00:00:00Z"