A transaction hash (TX hash or TXID) is a unique identifier assigned to every transaction on a blockchain. It serves as a receipt and proof of the transaction.
What Is a TX Hash?
Example TRON TX hash:
a1b2c3d4e5f6789012345678901234567890abcdef1234567890abcdef123456
Using TX Hashes
Verification
Customers and merchants can verify payments:
Dispute Resolution
TX hashes provide irrefutable proof:
Accounting
Include TX hashes in records for:
TX Hash in Webhooks
Pulse2Pay includes the TX hash in payment confirmations:
{
"event": "payment.confirmed",
"payment": {
"id": "pay_abc123",
"tx_hash": "a1b2c3d4e5f6...",
"confirmations": 19
}
}
Blockchain Explorers
|---------|----------|