Host to Host
Error Handling
Common errors and how to handle them
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Common errors and how to handle them
{
"success": false,
"error": "Error description",
"details": "Additional error context"
}
| Code | Description | Resolution |
|---|---|---|
INVALID_AMOUNT | Amount validation failed | Ensure amount is greater than 0 |
INVALID_CURRENCY | Unsupported currency | Use GBP, EUR, or USD |
PAYMENT_LINK_EXPIRED | Link has expired | Create a new payment request |
PROVIDER_ERROR | Payment processing error | Retry the request or contact support |