Skip to main content

Server errors

What the Server error codes mean and how to resolve them.

A server error means something went wrong on the iPaaS.com side while processing an otherwise valid request. These are usually transient and safe to retry.

Every error in this family includes a stable code (for example INTL-1001). Find that code in the table at the bottom of this article to see exactly which rule was triggered.

Common causes

  • A temporary platform issue or unhandled condition.

  • A downstream service timed out.

  • A spike in load.

How to fix it

  1. Wait a few seconds and retry the request, using exponential backoff for repeated attempts.

  2. Confirm the request itself is well-formed (these errors are not caused by your payload).

  3. If the error persists, contact support with the code, the approximate time, and the endpoint you called.

Codes in this family

Code

What it means

INTL-1001

iPaaS.com API error: {exceptionMessage}.

INTL-1002

Unable to connect to the database. Timeout set to 60 seconds.

INTL-1003

The credit card was saved but the system failed to create the payment profile.

INTL-1004

An exception happened that was not caught by our normal exception handling. Logs may point to a root cause.

Did this answer your question?