Generate tamper-proof, independently verifiable receipts for any XRP transaction. Built for compliance, audit, and merchant reconciliation.
Three steps from transaction hash to verified receipt
Paste any XRP transaction hash. The data is fetched directly from the XRP Ledger โ no account needed.
Our service submits the transaction to Flare's FDC protocol, where it's independently verified by a decentralized network of attestation providers.
A shareable, printable receipt with a cryptographic Merkle proof. Anyone can independently verify it on-chain โ no trust required.
Provable XRP payment records for businesses, auditors, and regulators
Regulated businesses can produce court-admissible, cryptographically verifiable proof of any XRP payment.
External auditors can independently verify XRP payment records against the Flare blockchain โ no centralized API needed.
Businesses accepting XRP payments get professional, verifiable receipts for their accounting. Share a link with any counterparty.
A real receipt generated from a verified mainnet XRP payment
Start with a free account, upgrade when you need verified receipts
Explore and test
For growing businesses
For high-volume compliance
Need more receipts? Contact us for enterprise pricing.
Verify receipts from your applications
curl https://xrp-link.fly.dev/receipt/{txHash}
Returns an HTML receipt page. Works for any XRP transaction โ no API key required.
curl -X POST https://xrp-link.fly.dev/api/v1/verify/xrp-payment \
-H "Content-Type: application/json" \
-H "X-API-Key: sk_live_..." \
-d '{"txHash":"87AD359..."}'
Proof ready in ~90 seconds. Check status with GET /api/v1/status/:id.