New Asynchronous Functions
for Batch Requests in VIES!

We are excited to announce the release of new asynchronous functions:

🔹 getVIESDataAsync
🔹 getVIESDataAsyncResult

The functions have been made available in all standard plans, and the billing for sent requests is the same as for the already available getVIESData feature.

These functions allow you to send batch requests to the VIES system, significantly improving efficiency and performance. You can find full technical documentation and implementation details here:

👉 VIES Batch Processing Documentation

Why Use Batch Processing?

Using these asynchronous functions is an effective workaround for handling errors like MS_MAX_CONCURRENT_REQ. Instead of sending multiple individual requests and risking system limitations, you can now process them in bulk more reliably.

We encourage developers to explore this new feature and optimize their integrations with VIES system! 🚀

Let us know if you have any questions or need support. 😊

VIES API Team