Documentation

Errors

Troubleshoot common issues and ensure a resilient integration.

Standard Errors

TriBridge uses standard HTTP response codes to indicate the success or failure of an API request.

400

Bad Request

The request was unacceptable, often due to missing a required parameter.

401

Unauthorized

No valid API key provided.

404

Not Found

The requested resource doesn't exist.

429

Too Many Requests

You've hit our rate limit. Please slow down.

500

Server Error

Something went wrong on our side. The request was not processed.

Overpayment / Underpayment: If a user sends the wrong amount, TriBridge still emits payment.underpaid or payment.overpaid events. Handle these edge cases in your business logic rather than assuming an exact match.

Signature mismatch: If your webhook signature verification fails, reject the request with a non-2xx status so TriBridge retries delivery.