Expected Payments Webhooks

EventDescription
paidThe expected payment has been reconciled to a transaction. The transaction ID will be included in the data provided.
This event will occur when Payable matches a transaction with an expected payment.
past_dueThe due date of the expected payment has passed and the expected payment was not reconciled to a transaction.

If you expected a payment to come in on Thursday but it does not arrive, this webhook will be sent on Friday at 6 am UTC.

You will receive this webhook every day at 6 am UTC when the due_date is passed.
{
  "category": "expected_payment",
  "event": "reconciled",
  "data": {
    "entity_id": "ent_bjec24xmzi4tr4g7m4lliotzz4",
    "id": "exp_ads7jaokdxzwfhhbu26oqkqxqu",
    "source_id": "acc_atfgyrg34hws7gidwwxqi2haie",
    "client_account_id": "acc_buqtzoruk7x44iqdn3zmxt26iu",
    "foreign_id": "3e424a91-c843-4c36-8ae0",
    "due_date": "2022-11-01",
    "created_at": "2022-10-25T00:00:00.000Z",
    "currency": "GBP",
    "transaction_id": "trx_bkcuomnzxxtbqtd5gutecbcrm4",
    "label": "November 2022 client repayment",
    "remitter_details": null,
    "status": "paid",
  }
}