Callback Improvements: New events & Callback log
Convenience transaction related events for easier reconciliation and a way to check if you missed any events.
Transaction events
For businesses, particularly within the travel sector, reconciling credit card transactions is essential. To streamline this process and alleviate the challenges associated with managing various transaction states, we are introducing two new convenient callbacks for the transaction entity. These enhancements simplify reconciliation and ensure you don't miss critical transaction updates.
TRANSACTION_AUTHORIZED
: Triggered whenever a transaction reaches theAUTHORIZED
status.TRANSACTION_CONFIRMED
: Triggered whenever a transaction reaches theCONFIRMED
status.
Callback log
Our API extensively utilizes callbacks to enable real-time processing of events. To support this, we now offer an endpoint to retrieve logs of all emitted events: GET Callback Logs.
This endpoint is particularly useful for verifying the events you are subscribed to and checking for any missed callbacks.