Overview
Chargeblast offers three core services that work together to prevent chargebacks:Alerts
Intercept disputes before they become chargebacks via CDRN (Visa) and Ethoca (Mastercard).
Digital Receipts
Show transaction details to cardholders when they check their statements, reducing “friendly fraud.”
Deflections
Automatically prevent chargebacks using Compelling Evidence 3.0 (CE3.0) and First Party Trust (FPT).
Two Integration Paths
Every Chargeblast service can be implemented one of two ways, depending on your technical requirements:- Push Data (Recommended)
- Pull Data
You send transaction data to Chargeblast. We handle matching.This is the simplest integration path. You either:
- Connect via a supported payment processor (Stripe, Braintree, etc.)
- Upload transaction data via the Upload Orders endpoint
externalOrder IDs, and deflection queries are handled entirely on our side.Best for: Most merchants, platforms using supported PSPs, businesses that want minimal implementation effort.
Quick Comparison
| Aspect | Push Data | Pull Data |
|---|---|---|
| Matching Logic | Handled by Chargeblast | Handled by you |
| Implementation Effort | Low | Medium-High |
| Real-time Requirements | None | 1.5s SLA for deflections |
| Supported PSPs | Required (or upload orders) | Not required |
| Flexibility | Standard matching | Custom matching logic |
