Update a Pix
PUT/v2/charge/pix/:pix_uid/update
Asynchronous Processing: This endpoint is processed asynchronously and creates an update command for the PIX. PIX update is done asynchronously, that is, when receiving the request, our API stores the changes you are requesting and creates a Command. This command is processed in the background and after confirmed, the Pix is updated. You receive in the response of this request the ID of the created command and can query it anytime. See more in List Pix Commands and View a Command.
Webhook Events
When the request is made, a pix.update.requested event is triggered.
Our server then begins attempts to send the change to the financial institution.
Only after it is confirmed at the financial institution, then the pix is updated.
At this moment the pix.update.confirmed event is triggered.
The pix.db.updated event is also triggered on confirmation of this operation.
⚠️ Attention to return payload: The response of a PIX update call is the payload of a Command. Inside the command payload there is the
pixkey with the PIX data in question.
Request
Responses
- 200
- 422
Command created successfully - with pix_account_uid
Pix paid