Skip to main content
The Yabetoo API uses conventional HTTP response codes to indicate the success or failure of an API request.

HTTP Status Codes

Payment Error Codes

When a payment fails, the API returns specific error codes to help you understand what went wrong:

Example Error Response

Best Practices

  1. Always handle errors gracefully - Never expose raw error messages to end users
  2. Log errors for debugging - Store error details for troubleshooting
  3. Implement retry logic - For rate limits and temporary failures
  4. Validate before sending - Check parameters client-side to reduce errors
If you encounter persistent errors, contact support@yabetoopay.com with the error details.