v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBPix reversal
Reverse a Pix-out transfer.
This endpoint generates a <a href="https://developers.pismo.io/events/docs/pix-pix-out-reversal-1">Pix-out reversed</a> event and a <a href="https://developers.pismo.io/events/docs/pix-financial-reconciliation-1">Pix reconciliation notification received</a> event.
This endpoint also generates a <a href="https://developers.pismo.io/events/docs/pix-pix-in-reversal-1">Pix-in reversed</a> event when the funds are transferred from the payee's account, which can be a Pismo account or an external account.
For all events, the status or result field indicates operation success or failure.
For more information, see the Pix instant payments guide.
Headers
Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.
A unique ID to ensure the operation remains idempotent, allowing for operation repitition without causing unintended effects or duplication. An idempotent operation is one that can be applied multiple times, yet the outcome remains the same. it ensures that network errors, retries, or failures can occur without introducing inconsistencies.
Request body
Example request
{
"account_id": 6912345,
"amount": 215,
"end_to_end_id": "E3030629420200808195101608910248",
"reason": "USER_REQUESTED"
}Response
Response Body
Example response
{
"end_to_end_id": "E3030629420200808195101608910248",
"reversal_status": "SETTLED"
}