Rate limits
The Visamundi API is intended for server-to-server integrations under your partner agreement.
Best practices
Section titled “Best practices”- Cache aggressively. Reference data (countries, currencies, vaccines) changes infrequently — cache it on your side and refresh periodically rather than per user request.
- Call from your backend. Don’t fan out requests from end-user browsers; proxy and batch through your own service.
- Back off on errors. If you receive
5xxresponses, retry with exponential backoff rather than tight loops.
If your use case needs high throughput, request access and we’ll discuss limits for your account.