Skip to main content

Payments and Reconciliation

Receive payment notifications and query payment data for reconciliation.

How It Works

Collection partners record payments as they collect. You receive notifications and can query payment data to update your accounting systems.

Getting Payment Data

Real-time: Subscribe to the payment.created webhook event. See Webhooks for setup.

On-demand: Query the payments API:

Reconciliation Pattern

  1. Subscribe to payment.created webhook
  2. When notified, match payment to your invoice using case reference
  3. Update your accounting system
  4. Periodically query the API to catch any missed events