Pago Express (Operations)
The Operations API (btrz-api-operations) exposes Pago Express (Datalogic) endpoints used by Datalogic terminals to query info, pay, and reverse reference payments.
Only the reverse flow emits webhooks; the info and pay endpoints do not emit webhook events from this resource.
Events
| Action | Event name | Endpoint |
|---|---|---|
| Pago Express payment reversed | transaction.reversed | POST /pago-express/reverse |
| (Transaction/product-family updated) | transaction.updated or {productFamily}.updated | POST /pago-express/reverse (via transaction service) |
When a Pago Express reference payment is reversed via POST /pago-express/reverse (Operations API), the handler calls the transaction service to reverse payments; that service emits transaction.reversed and may emit transaction.updated or product-family–specific updated events. See Transactions for payload details of transaction events.