config_method_transaction_max_limit¶
| Property | Value |
|---|---|
Specific code (in type) |
config_method_transaction_max_limit |
errorCode field |
validation_failed |
| HTTP Status | 400 Bad Request |
| Title | Validation failed |
Description¶
The transaction amount exceeds the maximum allowed for the specified payment method and currency.
Example Response¶
{
"type": "https://docs.payalo.com/errors/config_method_transaction_max_limit",
"title": "Validation failed",
"status": 400,
"detail": "Amount exceeds the maximum allowed.",
"errorCode": "validation_failed"
}
Programmatic detection: branch on the final segment of the
typeURL —errorCodeis the generic"validation_failed"for every 400 validation cause. See How to read these errors.
Common Causes¶
- The
amount.valueexceeds the maximum transaction amount configured for the payment method. - Maximum amounts vary by payment method, currency, and brand configuration.
Resolution¶
- Reduce the
amount.valueto stay within the maximum limit. - Contact your account manager to confirm the maximum transaction amount for your configured payment methods.
Note: This error is not retryable with the same amount.