Changelog

New updates and improvements to Lago.

Webhook messages for wallets

Lago now sends webhook messages when:

  • A wallet transaction is created (see <text-code>wallet_transaction.created<text-code>);
  • The status of a wallet transaction is updated (e.g. when a pending transaction is settled - see <text-code>wallet_transaction.updated<text-code>); and
  • When the ongoing balance of the wallet is zero or less than zero (see <text-code>wallet.depleted_ongoing_balance<text-code>).

Learn more