mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
Update paymentid.md
A bit more information about Payment ID's
This commit is contained in:
parent
3b42563257
commit
50903352bb
1 changed files with 9 additions and 2 deletions
|
@ -2,9 +2,16 @@
|
|||
layout: moneropedia
|
||||
entry: "Payment ID"
|
||||
terms: ["payment-ID", "payment-IDs"]
|
||||
summary: "an optional flag that is added to identify transactions to merchants, consisting of 64 hexadecimal characters"
|
||||
summary: "An optional flag that is added to identify transactions to merchants, consisting of 64 hexadecimal characters"
|
||||
---
|
||||
|
||||
### The Basics
|
||||
|
||||
{{ page.summary | capitalize }}.
|
||||
Payment ID is an **arbitrary** and **optional** transaction attachment that consists of 32 bytes (64 hexadecimal characters).
|
||||
|
||||
It is usually used to identify transactions to merchants and exchanges: Given the intrinsic privacy features built into Monero, where a single public address is usually used for incoming transactions, the Payment ID is especially useful to tie incoming payments with user accounts.
|
||||
|
||||
### Creating a Payment ID
|
||||
One can create a Payment ID quickly from the command line using OpenSSL:
|
||||
|
||||
```# openssl rand 32 -hex```
|
||||
|
|
Loading…
Reference in a new issue