Skip to main content
⚑ COMPLETE PLATFORM

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

βœ“80%+ win rate with complete evidence chains
βœ“Automatic submission within minutes of dispute
βœ“Recover full transaction value per dispute resolved
βœ“Confidence scoring (0-100) predicts win probability
How it works:
  1. 1. Stripe sends charge.dispute.created webhook
  2. 2. CertNode analyzes your receipt graph
  3. 3. Generates comprehensive evidence (delivery proof, access logs, customer activity)
  4. 4. Auto-submits to Stripe disputes API
  5. 5. You get notified of outcome
Evidence generated:
β€’ Customer information
β€’ Payment proof
β€’ Delivery documentation
β€’ Service proof
β€’ Access logs
β€’ Customer communications
πŸ”

Fraud Pattern Detection

Identify high-risk transactions before they become chargebacks

βœ“5 fraud pattern types (critical/high/medium)
βœ“Real-time alerts for risky transactions
βœ“Detect patterns like "high-value + AI + no review"
βœ“Monitor refund patterns (3+ in 30 days)
Pattern types:
CRITICALHigh-value ($10K+) + AI content + no human review
HIGHMissing delivery confirmation after 24 hours
HIGHRapid refunds (3+ refunds in 30 days)
MEDIUMOrphaned high-value receipts ($5K+)
MEDIUMLow trust score on high-value transactions
πŸ“Š

Trust Score System

Know exactly how strong your evidence is for every transaction

βœ“PLATINUM (85+) = excellent evidence
βœ“VERIFIED (70-84) = good evidence
βœ“BASIC (60-69) = needs improvement
βœ“Actionable recommendations to increase score
4 scoring factors:
+10
Provenance
Has parent receipts (proof chain)
+10
Legal Timestamp
RFC 3161 timestamp (legally binding)
+10
Graph Depth
Receipt graph depth β‰₯ 2
+10
Cross-Domain
Links across receipt types
🌐

Interactive Graph Visualization

See your complete receipt graph with interactive visualization

βœ“Interactive ReactFlow graph with auto-layout
βœ“Color-coded by receipt type
βœ“Zoom, pan, and explore controls
βœ“Real-time statistics (receipts, edges, depth)
Use cases:
β€’Fraud investigation
β€’Trust score analysis
β€’Compliance audits
β€’Chargeback defense
β€’Customer onboarding
β€’Developer debugging
TransactionContentOperations
πŸ’³

Stripe Integration

Create cryptographic receipts from Stripe payment intents, charges, and invoices

βœ“One API call to create receipt from payment intent
βœ“Automatic trust score calculation
βœ“RFC 3161 timestamps (legally binding)
βœ“Foundation for chargeback autopilot
Example API call:
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

βœ“Custom GitHub Action for receipt creation
βœ“Captures full GitHub context (repo, commit, actor)
βœ“Standalone (no external dependencies)
βœ“Support for build, test, deploy, release events
Example workflow:
- uses: certnode/create-receipt@v1
  with:
    api_key: ${{ secrets.CERTNODE_API_KEY }}
    event_type: 'deploy'
    severity: 'info'
    description: 'Production deployment'
Use cases:
β€’ Compliance audits (prove code was tested before deploy)
β€’ Build attestation (tamper-proof build records)
β€’ Deployment tracking (immutable deployment logs)
πŸ‘€

Employee Activity Tracking

Create legally binding receipts for employee activities

βœ“Multiple activity types (login, training, policy, time tracking)
βœ“RFC 3161 timestamps (legally binding)
βœ“Parent receipt linking (build activity graphs)
βœ“Flexible metadata for any activity type
Activity types:
β€’ login
β€’ training_completed
β€’ policy_acknowledged
β€’ time_tracking
β€’ access_granted
β€’ access_revoked
Use cases:
β€’ Training compliance (prove employees completed training)
β€’ Policy acknowledgment (legally binding proof)
β€’ Time tracking (tamper-proof timesheet records)
β€’ Access control audits (who accessed what, when)
πŸ”—

Graph API (Platform Play)

Query receipt graphs with filters and statistics

βœ“Query ancestors and descendants
βœ“Filter by receipt type and depth
βœ“Graph statistics (receipts, edges, depth, orphaned)
βœ“Both POST and GET methods supported
Example API call:
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
  }
}
Use cases:
β€’ Ecosystem integrations (partners build on your graph)
β€’ Compliance audits (trace full provenance)
β€’ Graph visualization (fetch data for UI)

Ready to Protect Your Revenue?

Start winning chargebacks automatically with complete cryptographic proof

All features available on Professional plan ($199/mo)

βœ“60-day money-back guarantee
βœ“No setup fees
βœ“Cancel anytime