config_method_transaction_min_limit¶
| Property | Value |
|---|---|
Specific code (in type) |
config_method_transaction_min_limit |
errorCode field |
validation_failed |
| HTTP Status | 400 Bad Request |
| Title | Validation failed |
Description¶
The transaction amount is below the minimum allowed for the specified payment method and currency.
Example Response¶
{
"type": "https://docs.payalo.com/errors/config_method_transaction_min_limit",
"title": "Validation failed",
"status": 400,
"detail": "Amount is below the minimum 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.valueis less than the minimum transaction amount configured for the payment method. - Minimum amounts vary by payment method, currency, and brand configuration.
Resolution¶
- Increase the
amount.valueto meet or exceed the minimum limit. - Contact your account manager to confirm the minimum transaction amount for your configured payment methods.
Note: This error is not retryable with the same amount.