Moment sends webhook events to your registered endpoint when payments are received against billing obligations. Use these to reconcile balances, update bill statuses, trigger downstream workflows, or notify customers.Documentation Index
Fetch the complete documentation index at: https://docs.momentco.io/llms.txt
Use this file to discover all available pages before exploring further.
Available Events
obligation.amount_applied— Triggered when an amount is applied against a customer balance, account balance, or bill. The event payload identifies the obligation type viacustomer_id,account_id, orbill_iddepending on what was paid. See obligation.amount_applied.
Additional events such as
bill.created, bill.updated, and customer.created are coming soon.Setup
See Webhook Setup to register your endpoint and Webhook Verification to validate incoming events.Handling Payments
For step-by-step examples of handling theobligation.amount_applied event for each billing model, see the quickstarts:

