Receipt API
Turn an existing onchain settlement into a structured, shareable payment record.
Create a receipt ↗Payment interoperability infrastructure
ProofRails turns stablecoin and paid API activity into structured payment records, portable evidence and integration-ready outputs—so every new rail does not create a new operational silo.
Value can move onchain in seconds. Finance operations still need to know what happened, why it happened and what record remains.
01 / THE GAP
A transaction hash confirms movement. It does not, by itself, connect the payment to a commercial reference, the delivered service, finance-readable artifacts or a portable evidence trail.
Rail-specific events, missing business context and manual reconstruction.
One normalized record with linked context, outputs and verification.
02 / THE ENGINE
ProofRails preserves payment and business context once, then produces the records different teams and systems need.
Submit the chain, transaction hash, parties, amount, asset and the business reference your operations need to preserve.
Turn an existing onchain settlement into a structured, shareable payment record.
Create a receipt ↗Package the record, manifest, file hashes, signature and public key into a portable bundle.
Inspect the engine ↗Map payment data into finance-readable, ISO 20022-style payment and reporting files.
View artifacts ↗Recompute bundle integrity and compare it with the committed hash—without API credentials.
Verify a record ↗03 / WHERE IT FITS
STABLECOIN OPERATIONS
Capture the settlement, parties, amount, asset and commercial reference in one portable record—ready to feed reconciliation and reporting workflows.
PAID APIS & AGENTS
x402 can coordinate a payment for an HTTP resource. ProofRails records the settlement, links delivery evidence and preserves what remains after the request succeeds.
PRODUCT & FINANCE TEAMS
Use the hosted service or run the engine yourself. Connect receipt, artifact and verification outputs to the systems your teams already operate.
ONE RAIL, ALREADY IN MOTION
The current hosted ProofRails path uses real USD₮0 on Flare mainnet. After a paid request completes, the evidence engine can record the settlement, returned resource and linked evidence.
04 / BUILD WITH IT
Submit an onchain settlement with the context your application already knows. ProofRails returns a receipt identifier and linked evidence outputs.
// Record an existing onchain payment
const receipt = await fetch(
"https://app.proofrails.com/v1/iso/record-tip",
{
method: "POST",
headers: {
"X-API-Key": process.env.PROOFRAILS_KEY,
"Content-Type": "application/json"
},
body: JSON.stringify({
chain: "flare",
tip_tx_hash: "0x…",
amount: "12.50",
currency: "USD₮0",
reference: "order-1842"
})
}
);
{ "receipt_id": "pr_…", "bundle_hash": "0x…" }05 / DESIGN PRINCIPLES
Preserve the business meaning of a payment without forcing every downstream system to understand its originating chain.
Use the operated API and public verifier, or run the open-source engine with your own storage, keys and contracts.
Keep the receipt, manifest, file hashes, signature and public key together in a portable evidence package.
Anchoring commits a hash for integrity and timing. It does not turn unknown offchain inputs into truth.
PROOFRAILS
ProofRails is building the interoperability and operations layer that helps programmable payments fit the financial systems around them.
We are starting with a concrete foundation: structured onchain payment records, delivery evidence, finance-readable artifacts and public verification.
Meet the team ↓06 / THE TEAM
ProofRails brings together technical communication, infrastructure engineering and operating experience to make programmable payments usable beyond the transaction itself.
CEO & Co-Founder
PhD in Physics, blockchain developer advocate, and educator. Victor brings a research-driven approach to building scalable decentralized systems, with extensive experience growing developer communities through technical education.
At ProofRails, he leads vision and strategy, focused on ISO-ready auditability and payment infrastructure for crypto-native businesses and enterprises adopting crypto rails.
CTO & Co-Founder
With a strong engineering background and over five years of experience in software development and entrepreneurship, Alfredo brings a unique perspective shaped by his work on open distributed ledgers for space applications, where he has explored cutting-edge integrations of AI, blockchain, zero-knowledge proofs, and IoT.
At ProofRails, he leads the technical vision and architecture, focused on ISO-ready auditability, secure integrations, and future-proof payment infrastructure for crypto-native businesses and enterprises adopting crypto rails.
Operations Lead
MSc in Psychology and experienced project manager with over five years in team leadership and fundraising, securing more than $1M from multiple institutions for non-profits.
At ProofRails, Linnéa coordinates teams and works with multiple stakeholders to ensure alignment and operational excellence, delivering consistent, high-quality results across projects and partnerships.
Advisor
Currently a Senior Solutions Architect at BNP Paribas, Marek is a highly experienced software engineer with over a decade of expertise spanning IT and business development. He combines deep technical knowledge across web development, cybersecurity, blockchain, IoT, and performance optimization with strong strategic oversight and cross-team leadership.
As an advisor to ProofRails, he provides guidance on system architecture and DLT integrations within the banking and payments domain, helping align technical solutions with business objectives and the ISO 20022 standards landscape.
We are a lean, but highly effective team, contributing to advance the integration of traditional financial messaging with blockchain rails and crypto payments. We are open to new talent across product, operations, research, business development and marketing.
Apply to work with us ↗BRING ONE PAYMENT FLOW
Show us the payment event, the business record you need and where that record must go.