Invoice Payment Network
Pronunciation: IN-voys PAY-muhnt NET-wurk
Definition
Invoice payment network is the blockchain or ledger network on which the payer must transfer the invoice payment asset. The network determines the address format, transaction fee model, confirmation behavior, token contract namespace, and monitoring source. It must be specified together with the asset because the same token symbol can be issued on several chains. It differs from settlement network, which is the rail used to deliver the merchant's settlement, and from payment asset, which identifies what is transferred rather than where it is transferred.
Overview
Invoice payment network is the blockchain or ledger network on which the payer must transfer the invoice payment asset. A robust implementation treats the concept as structured payment data rather than as a label shown only on the checkout page.
The network determines the address format, transaction fee model, confirmation behavior, token contract namespace, and monitoring source. It must be specified together with the asset because the same token symbol can be issued on several chains. 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.
Checkout pages should name the network unambiguously, validate the asset-network pair, and prevent automatic credit when funds arrive on an unsupported chain. Network identifiers should remain stable across APIs, callbacks, and reports. 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 settlement network, which is the rail used to deliver the merchant’s settlement, and from payment asset, which identifies what is transferred rather than where it is transferred. It should be interpreted alongside Invoice Payment Asset, Invoice Settlement Network, Network-Specific Payment Asset. These concepts belong to the same workflow, but each answers a different operational question and should not be collapsed into one ambiguous field.
A payer instructed to send USDC on Polygon must not assume that USDC sent on Ethereum will be detected or recoverable for the same invoice. 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
Invoice payment network is the blockchain or ledger network on which the payer must transfer the invoice payment asset; its meaning and evidence must remain consistent across checkout, monitoring, fulfillment, and reconciliation.
Sources
- ERC-20: Token Standard — Ethereum Improvement Proposals (2026-08-02)
- ERC-7528: ETH (Native Asset) Address Convention — Ethereum Improvement Proposals (2026-08-02)
- Supported Currencies — OxaPay (2026-08-02)