Skip to main content
Code: api.rate_limited
HTTP: 429 Too Many Requests

What happened

The Morapay API could not complete the request due to rate limits, connectivity, or infrastructure.

Safe message

Too many requests. Please wait a moment and try again.
Use err.safeMessage or err.displayMessage in customer UI, not err.message.

Why this happened

Your integration exceeded the Morapay API rate limit for this key or IP.

How to fix it

Implement exponential backoff. Batch reads where possible and cache idempotent lookups.

UI hint

Programmatic handling