Frequently Asked Questions
•What are the specific error codes associated with token expiry in the Bambora API?
Bambora's documentation provides specific error codes (e.g., 401 Unauthorized) indicating token expiration or invalid authentication. Consult the API documentation for details.
•How can I programmatically determine if a 502/504 error is transient and safe to retry?
Examine the HTTP response headers. Some servers include a 'Retry-After' header indicating how long to wait before retrying. Implement exponential backoff with jitter for retries.
•What are the recommended timeout settings for API requests to Bambora to avoid 504 errors?
Bambora's documentation should specify recommended timeout values. Generally, 10-30 seconds is a reasonable starting point, but adjust based on observed network latency.