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.
Overpayment / Underpayment: If a user sends the wrong amount, TriBridge will still emit a `payment.detected` event, but the status will reflect the mismatch. You must handle these edge cases in your business logic.