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.
Bad Request
The request was unacceptable, often due to missing a required parameter.
Unauthorized
No valid API key provided.
Not Found
The requested resource doesn't exist.
Too Many Requests
You've hit our rate limit. Please slow down.
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.