Polling

Manual asynchronous calls are time consuming and needs a constant check for the status of the request. Polling is a feature provided by Tavant FinConnect for asynchronous connectors that needs constant status checks for an order.

Features:

Architecture Diagram:

Work Flow:

The diagram shown above is a workflow diagram for polling for the work number VOI connector’s RV workflow.

  1. Lender system makes a request to FinConnect.
  2. FinConnect processes the request and posts to the service provider.
  3. Service provider on receiving the request sends an acknowledgment to FinConnect.
  4. The acknowledgment is passed to the Lender system.
  5. FinConnect starts polling for the status of the request at a fixed interval of time.
  6. When the results are available FinConnect stops polling and retrieves the report.
  7. The retrieved report is then posted to the lender post back URL.
  8. If in case the lender system is down. Retries are done for a finite number of times to send the retrieved report.