Liability webhooks communicate changes in liability-type accounts. For changes in ordinary accounts, see Item Webhooks. For changes in investment-type accounts, see Investment Webhooks.


Updates to an Liability Account's Holdings

Whenever new or updated liabilities are detected on a liabilities Item, LinkMoneyAPI triggers a webhook to notify authorized developers of the change.

Subscribe

Receive

Parameters

Webhook

Example Webhook

{
  "webhook_type": "LIABILITIES",
  "webhook_code": "DEFAULT_UPDATE",
  "item_id": "wz666MBjYWTp2PDzzggYhM6oWWmBb",
  "error": null,
  "account_ids_with_new_liabilities": [
    "XMBvvyMGQ1UoLbKByoMqH3nXMj84ALSdE5B58",
    "BxBXxLj1m4HMXBm9WZZmCWVbPjX16EHwv99vp"
  ],
  "account_ids_with_updated_liabilities": {
    "XMBvvyMGQ1UoLbKByoMqH3nXMj84ALSdE5B58": [
      "past_amount_due"
    ]
  }
}