Change a Pix key entry
Re-points a Pix key to a new transactional account and/or owner name within the same PSP. The key value is unchanged.
Authorizations
JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token endpoint
using client credentials (clientId and clientSecret).
Include token in Authorization header:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Token expires after 3600 seconds (1 hour).
Path Parameters
The Pix key value (URL-encoded).
Body
The CRM account id of the key owner (resolves the server-side ISPB).
Change reason (0=Customer Request,2=Branch Transfer,6=Reconciliation,8=Receita Federal Validation). EVP keys must not use 0.
The new account's opening timestamp (RFC3339).
The new account number to associate with the key.
The new account type (0=Checking,1=Salary,2=Savings,3=Payment,4=PI).
The new branch number to associate with the key.
The new owner full name / legal name.
The new owner trade name (sent only for a corporate owner).

