Webhooks
Use webhooks to be notified about events that happen in a LotusPay account.
LotusPay can send webhook events that notify your application any time an event happens on your account. This is especially useful for events (like mandates being activated and many recurring billing events) that are not triggered by a direct API request. This mechanism is also useful for services that are not directly responsible for making an API request, but still need to know the response from that request.
You can register a webhook URL that we will notify any time an event happens in your account. When the event occurs (an ACH debit is collected successfully on a customer’s subscription, a settlement is paid, a mandate is activated, etc.) LotusPay creates an Event object.
This event object contains all the relevant information about what just happened, including the type of event and the data associated with that event. LotusPay then sends the event object, via an HTTP POST request, to the endpoint URL that you have defined in your account’s Webhooks settings.
- Have questions?
- Need help? Contact support
- LLM? Read llms.txt

