For the complete documentation index, see llms.txt. This page is also available as Markdown.

validate_amount

Amount Validation

Description

The transaction amount is validated against configuration to make sure that the amount is within the maximum amount. For purchase, 0 amount is not allowed.

Configuration Parameters

Merchant.Currency.MaxPurchaseAmount - the transaction amount + tip + tax should not exceed Merchant.Currency.MaxPurchaseAmount, else the transaction is declined.

---

Last updated

Was this helpful?