Minimum Payment Amount
Pronunciation: MIN-uh-muhm PAY-muhnt uh-MOWNT
Definition
Minimum payment amount is the lowest value a merchant or payment system will accept for a crypto payment, invoice, asset, or network. The threshold prevents payments that are smaller than network fees, token precision, processing costs, compliance review costs, or provider-specific limits. It may be expressed in a reference currency and converted when the invoice is created. It differs from a blockchain dust threshold, which is a protocol or wallet concept, and from maximum payment amount, which limits upper exposure.
Overview
Minimum payment amount is the lowest value a merchant or payment system will accept for a crypto payment, invoice, asset, or network. In an operational payment system, this field or policy should have one authoritative meaning across the API, checkout, webhook, ledger, and support tools.
The threshold prevents payments that are smaller than network fees, token precision, processing costs, compliance review costs, or provider-specific limits. It may be expressed in a reference currency and converted when the invoice is created. In practice, the system should preserve the original request, the observed blockchain or checkout evidence, and every status change that affects this value. This makes support investigations and financial reconciliation possible without reconstructing the payment from screenshots or mutable client data.
The system should enforce the minimum before issuing payment instructions, account for rate movement and fee-paid-by-payer settings, and explain whether the threshold applies per transaction or to the invoice’s total received amount. The implementation should use exact asset precision, authenticated server-side updates, and idempotent processing wherever repeated API calls, blockchain observations, or webhook deliveries can occur.
It differs from a blockchain dust threshold, which is a protocol or wallet concept, and from maximum payment amount, which limits upper exposure. It should be interpreted alongside Maximum Payment Amount, Invoice Requested Amount, Multi-Transaction Payment. These concepts belong to the same workflow, but each answers a different operational question and should not be collapsed into one ambiguous field.
A gateway may require at least 1 USD equivalent for a stablecoin invoice so the payment remains economical and can be represented at the asset’s supported precision. The practical test is whether a merchant can explain how the value was produced, verify it independently, and apply the same rule consistently when the payment is delayed, duplicated, partially paid, refunded, or reviewed manually.
Key Takeaway
Minimum payment amount is the lowest value a merchant or payment system will accept for a crypto payment, invoice, asset, or network; its meaning and evidence must remain consistent across checkout, monitoring, fulfillment, and reconciliation.
Sources
- Generate Invoice — OxaPay (2026-08-02)
- Payment Information — OxaPay (2026-08-02)
- Webhook — OxaPay (2026-08-02)