Currently in private beta. Join the waitlist for early access.
One API to ingest receipts, match transactions, and extract itemized data. Built for developers.
Dashboard Screenshot
Add your dashboard image here
Automatically match receipts to transactions and categorize expenses for your users.
Streamline bookkeeping by automatically matching receipts to bank transactions.
Extract itemized data from receipts for tax preparation and compliance.
Match receipts to transactions with a single API call.
POST /api/v1/receipts/match
{
"receipt_id": "rcpt_123",
"transaction_id": "txn_456"
}
// Response:
{
"match_status": "MATCHED",
"confidence": 98.7,
"merchant": "Starbucks",
"amount": 5.83
}