The Most Complete Receipt Platform
Every feature you need to win chargebacks, prevent fraud, and automate complianceβall from a single API
Automatic Chargeback Defense
Win Stripe disputes automaticallyβno manual work required
- 1. Stripe sends
charge.dispute.createdwebhook - 2. CertNode analyzes your receipt graph
- 3. Generates comprehensive evidence (delivery proof, access logs, customer activity)
- 4. Auto-submits to Stripe disputes API
- 5. You get notified of outcome
Fraud Pattern Detection
Identify high-risk transactions before they become chargebacks
Trust Score System
Know exactly how strong your evidence is for every transaction
Interactive Graph Visualization
See your complete receipt graph with interactive visualization
Stripe Integration
Create cryptographic receipts from Stripe payment intents, charges, and invoices
POST /api/receipts/stripe-transaction
{
"stripe_payment_intent_id": "pi_xxx",
"parent_ids": ["rcpt_shipment_xxx"]
}
Response:
{
"receipt": {
"id": "rcpt_stripe_xxx",
"trust_score": 80,
"trust_level": "VERIFIED",
"rfc3161_timestamp": "...",
...
}
}CI/CD Receipts (GitHub Actions)
Create cryptographic receipts from GitHub Actions workflows
- uses: certnode/create-receipt@v1
with:
api_key: ${{ secrets.CERTNODE_API_KEY }}
event_type: 'deploy'
severity: 'info'
description: 'Production deployment'Employee Activity Tracking
Create independently verifiable receipts for employee activities
logintraining_completedpolicy_acknowledgedtime_trackingaccess_grantedaccess_revokedGraph API (Platform Play)
Query receipt graphs with filters and statistics
POST /api/v1/graph/query
{
"receipt_id": "rcpt_xxx",
"type": "transaction",
"max_depth": 5
}
Response:
{
"graph": {
"receipts": [...],
"edges": [...]
},
"statistics": {
"total_receipts": 15,
"total_edges": 12,
"max_depth": 3,
"orphaned_count": 0
}
}Human Attestation
Add human verification to your cryptographic proof chains
reviewedapprovedwitnessedauthoredcertifiednotarizedAI Detection API
Verify content authenticity with multi-model AI detection
Content Registry
Immutable proof of content ownership and creation
Industry Verticals
Specialized proof infrastructure for regulated industries
Ready to Protect Your Revenue?
Start winning chargebacks automatically with complete cryptographic proof
All features available on Professional plan ($199/mo)