Understanding Real-Time Updates
Understanding Real-Time Updates
Currently, Conduit Financial does not offer webhooks for real-time transaction status updates. However, clients can programmatically check the status of transactions, counterparties, and balances using our API.
Polling for Status Changes
To track updates efficiently, we recommend implementing a polling mechanism where your system periodically queries the API for the latest transaction status. This approach ensures your application remains up-to-date with minimal delay.
Recommended Polling Strategy:
- Use efficient intervals: Poll at reasonable intervals (e.g., every 30 seconds) to balance responsiveness with performance.
- Leverage caching: Store previous responses to detect changes efficiently.
Updated 1 day ago