Skip to content
English
  • There are no suggestions because the search field is empty.

How does EMTECH address latency from server roundtrips?

High latency can affect user experience in real-time financial operations, especially if requests are synchronous.

Server round trips can be avoided or managed based on the reporting cadences agreed with the regulator or based on business exigencies, For example., some reports may be sent in batches at the end of the business day or the end of a reporting period. The APIs support batch reporting.

While we haven’t developed SDKs , service providers are encouraged to use the OpenAPI Generator to generate appropriate SDKs for their language or platform of choice. These generators can facilitate client side implementation of caching, retry mechanisms, or exponential backoff. We also encourage service providers to implement asynchronous clients based on store and forward architecture, this is almost always a more robust approach to distributed architecture.