Event | Description |
---|---|
reconciled | The 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_due | The 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. |
partial_match | The expected payment has been reconciled to a transaction but the amount is different to the expected amount. The transaction ID will be included in the data provided. When this event is sent, the status is overpaid when the payment has been settled, but with a higher amount than expected.If the status is underpaid when the settled amount is a lower amount than expected. |
{
"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",
"counterparty_id": null,
"created_at": "2022-10-25T00:00:00.000Z",
"currency": "GBP",
"transaction_id": "trx_bkcuomnzxxtbqtd5gutecbcrm4",
"label": "November 2022 client repayment",
"remitter_details": null,
"status": "paid",
}
}