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

Change Log

Changelog#

All notable updates to the Recurring Payments API and its public documentation are recorded here.
This changelog follows Keep a Changelog and Semantic Versioning.
Next planned release: v1.1.0 — Nov 2025 (includes update subscription, create order as subscription from admin APIs).

[1.0.0] - 2025-10-22#

🎉 Initial Public Release
This is the first official public release of the Recurring Payments API, enabling developers to automate subscription billing and recurring charges.

Added#

Core API Endpoints#

EndpointMethodDescription
/subscriptions/chargePOSTManually trigger a recurring charge for a specific subscription.
/subscriptions/{subscription_id}DELETECancel an active subscription.

Webhook Events#

EventDescription
subscription.createdTriggered when a new subscription is created.
subscription.charge.succeededTriggered when a recurring charge is successfully processed.
subscription.charge.failedTriggered when a recurring charge fails.
subscription.cancelledTriggered when a subscription is cancelled.

Changed#

N/A — first release.

Fixed#

N/A — first release.
Modified at 2025-10-22 05:22:55
Previous
Webhook Events
Next
Troubleshooting