Salla Docs
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipment API
  • Recurring Payment Apps
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Change Log
Salla CLI
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipment API
  • Recurring Payment Apps
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. Recurring Payment Apps
  • Overview
  • Usage
  • Manage Subscriptions
  • Webhook Events
  • Change Log
  • Troubleshooting
  • APIs
    • Charge Subscription
      POST
    • Cancel Subscription
      DELETE
  1. Recurring Payment Apps

Webhook Events

Recurring Payments automatically triggers webhook notifications for critical lifecycle events.
These webhooks enable your application to synchronize subscription data and perform downstream actions such as invoice generation, CRM updates, or access management.

Available Webhook Events#

EventDescription
subscription.createdTriggered when a new subscription is successfully created.
subscription.charge.succeededTriggered when a recurring payment for a subscription is successfully processed.
subscription.charge.failedTriggered when a recurring payment attempt for a subscription fails.
subscription.cancelledTriggered when a subscription is cancelled by the system or the user.

Webhook Payload Example#

Data Schema
Example
Subscription Charge Succeeded

Modified at 2025-10-22 11:11:50
Previous
Manage Subscriptions
Next
Change Log