Skip to main content
WEBHOOK
record.reconciliation_overdue
{
  "id": "<string>",
  "event_type": "<string>",
  "data": {
    "amount": 123,
    "direction": "credit",
    "date": "2023-12-25",
    "data_stream_key": "<string>",
    "id": 123,
    "decimal_places": 2,
    "description": "<string>",
    "metadata": {},
    "status": "reconciled",
    "external_id": "<string>",
    "matched_records": [
      {
        "id": 123,
        "amount": 123,
        "decimal_places": 2,
        "direction": "credit",
        "data_stream_key": "<string>"
      }
    ]
  },
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-KEY
string
header
required

Body

application/json
id
string
required

Unique identifier for the event

event_type
string
required

Description of the event (e.g. record.reconciled or record.reconciliation_overdue)

data
object
required

Payload data for the event

timestamp
string<date-time>

Response

200

Return a 200 status to indicate that the data was received successfully