Unique Payment Address
Pronunciation: yoo-NEEK PAY-muhnt AD-res
Also known as: Per-Payment Address
Definition
A unique payment address is a blockchain destination assigned exclusively to one invoice, order, customer, or payment session for a defined use. Because incoming transfers to that address have a known context, the address becomes a strong attribution key and reduces dependence on matching only by amount or time. It differs from a static customer address, which may be reused for many payments by the same customer, and from a single-use payment link, which is a URL rather than an on-chain destination. A unique address should not be assumed private once published on a public ledger.
Overview
A unique payment address is a blockchain destination assigned exclusively to one invoice, order, customer, or payment session for a defined use. Because incoming transfers to that address have a known context, the address becomes a strong attribution key and reduces dependence on matching only by amount or time.
It differs from a static customer address, which may be reused for many payments by the same customer, and from a single-use payment link, which is a URL rather than an on-chain destination. A unique address should not be assumed private once published on a public ledger. Related operational concepts include Invoice Payment Address, Single-Use Crypto Payment Link, and Address Generation Policy. They should remain connected through identifiers and evidence without being treated as the same payment state, control, or financial result.
The address may be generated from a hierarchical deterministic wallet, allocated by a custodial platform, or represented through a network-specific account mechanism. The system must securely map it to the payment object, monitor it, protect signing keys, define reuse policy, and retain the mapping after the invoice expires.
It must prevent one transfer from being credited to multiple orders, retain all candidate matches, explain why a match was accepted or rejected, and route ambiguous cases to a controlled exception queue. Reprocessing the same blockchain event must not change the result or create duplicate credit. Specific scope: a blockchain destination assigned exclusively to one invoice, order, customer, for a defined use.
Teams should document the policy version, responsible service, approval limits, exception route, and reconciliation evidence for Unique Payment Address. In practical terms, a unique payment address is a blockchain destination assigned exclusively to one invoice, order, customer, or payment session for a defined use.
Key Takeaway
A unique payment address is a blockchain destination assigned exclusively to one invoice, order, customer, or payment session for a defined use.
Sources
- Transactions — Bitcoin Developer Documentation (2026-08-02)
- Generate Static Address — OxaPay (2026-08-02)
- Payment Processing — Bitcoin Developer Documentation (2026-08-02)