Skip to main content
Code: api.gateway_timeout
HTTP: 504 Gateway Timeout

What happened

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

Safe message

Our payment service is temporarily unavailable. Please try again shortly.
Use err.safeMessage or err.displayMessage in customer UI, not err.message.

Why this happened

The Morapay API timed out waiting for an upstream service.

How to fix it

Retry with backoff. Reduce payload size or split batch operations if applicable.

UI hint

Programmatic handling