Multi-Processor Reconciliation Normalizer API
Multi-Processor Reconciliation Normalizer API eliminates the painful, error-prone work of reconciling transactions across multiple payment processors. Feed in raw data from Stripe, PayPal, Adyen, Square, or any custom source — get back clean, canonical records in a unified schema. What it does: Ingest — Upload transaction data (JSON or CSV) from any processor and store it for reconciliation.…
Multi-Processor Reconciliation Normalizer API endpoints
| Method | Endpoint | Description |
|---|---|---|
| System | ||
| GET |
getLimits /limits |
|
| GET |
getTemplates /templates |
|
| GET |
healthCheck /health |
|
| Ingest | ||
| POST |
ingestTransactions /ingest/transactions |
|
| POST |
ingestFees /ingest/fees |
|
| POST |
ingestMappings /ingest/mappings |
|
| POST |
ingestPayouts /ingest/payouts |
|
| Normalize | ||
| POST |
normalize /normalize |
|
| Reconcile | ||
| GET |
getReconcileRun /reconcile/{reconcile_id} |
|
| POST |
reconcileReport /reconcile/report |
|
| POST |
reconcileRun /reconcile/run |
|
| Discrepancy | ||
| POST |
discrepancyExplain /discrepancy/explain |
|
Multi-Processor Reconciliation Normalizer API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | — |
|
| ULTRA | $75 / month | — |
|
| MEGA | $150 / month | — |
|