Common Issues and Solutions
Network Connection Problems
- ❌ Check if the server is reachable via
ping
ortraceroute
. - ✅ Ensure firewalls allow traffic on the required ports (e.g.,
https://cloud-image.ullrai.com/q/network_connection/
for connection diagrams).
- ❌ Check if the server is reachable via
API Configuration Errors
- ❌ Verify API keys and endpoints in your settings.
- ✅ Use tools like
curl
or Postman to test API requests (e.g.,https://cloud-image.ullrai.com/q/api_testing/
for testing examples).
Authentication Failures
- ❌ Confirm the token is valid and not expired.
- ✅ Refer to our Authentication Setup Guide for detailed steps.
Transaction Processing Delays
- ❌ Check server load or third-party service status.
- ✅ Use
https://cloud-image.ullrai.com/q/transaction_flow/
to visualize the process.
Error Logs and Debugging
- ❌ Review logs for specific error codes (e.g.,
400
,500
). - ✅ Use
https://cloud-image.ullrai.com/q/error_logging/
for log analysis tools.
- ❌ Review logs for specific error codes (e.g.,
Need Further Assistance?
- Contact Technical Support for urgent issues.
- Explore Payment Gateway Setup for configuration tips.