Cryptographic Proof for Every XRP Payment

Generate tamper-proof, independently verifiable receipts for any XRP transaction. Built for compliance, audit, and merchant reconciliation.

Get Started Free See a Live Receipt

How It Works

Three steps from transaction hash to verified receipt

1

Submit a Transaction

Paste any XRP transaction hash. The data is fetched directly from the XRP Ledger โ€” no account needed.

2

We Attest It

Our service submits the transaction to Flare's FDC protocol, where it's independently verified by a decentralized network of attestation providers.

3

Get Your Receipt

A shareable, printable receipt with a cryptographic Merkle proof. Anyone can independently verify it on-chain โ€” no trust required.

Use Cases

Provable XRP payment records for businesses, auditors, and regulators

๐Ÿ›๏ธ

Compliance Records

Regulated businesses can produce court-admissible, cryptographically verifiable proof of any XRP payment.

๐Ÿ“‹

Audit Trails

External auditors can independently verify XRP payment records against the Flare blockchain โ€” no centralized API needed.

๐Ÿงพ

Merchant Receipts

Businesses accepting XRP payments get professional, verifiable receipts for their accounting. Share a link with any counterparty.

Live Receipt Demo

A real receipt generated from a verified mainnet XRP payment

Verified Payment Receipt
StatusVerified on Flare โœ“
XRP Transaction87AD359A0DB9E27260AAE29766DC858886C54DAC4733D43B1B72CBB90E29B95F
Source AddressrL7pkkJpNTJUTPcrYeWm9Sav9oJH8kXMRR
Amount1,000,000 drops (1 XRP)
MemoXRPLinkTest
FDC Round1,393,372
Flare Contract0xA10034d844E2559951D819b9AEC0dcD3fC83e14b

Pricing

Start with a free account, upgrade when you need verified receipts

Free

$0/mo

Explore and test

  • Receipt lookup (any XRP tx)
  • REST API access (10 req/min)
  • Free API key
Sign Up Free

Pro

$99/mo

For high-volume compliance

  • 25 verified receipts per month
  • Unlimited rate limit
  • White-label branding
  • Admin API key management
  • Priority support
Subscribe

Need more receipts? Contact us for enterprise pricing.

API & Integration

Verify receipts from your applications

Look Up a Receipt

curl https://xrp-link.fly.dev/receipt/{txHash}

Returns an HTML receipt page. Works for any XRP transaction โ€” no API key required.


Attest a New Payment (requires API key)

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.

Get Your Free API Key API Docs