Skip to main content

Endpoint Reference

This document has been split for better organization:

Quick Links

  • POST /api/v1/token - Get an access token
  • POST /api/v1/jobs - Create a matching job
  • GET /api/v1/jobs/{job_id} - Check job status
  • GET /api/v1/jobs/{job_id}/results - Get matching results
  • GET /api/v1/limits - Check remaining quota

Overview

The Bank Statement Matcher API provides a simple way to match bank statements against expected payment references. The typical workflow is:

  1. Authenticate with your API credentials
  2. Upload a bank statement and reference list
  3. Poll for results
  4. Download or process the matches

See the Getting Started guide for a complete example.