Salla Docs
Merchant API
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
Storefront
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Change Log
Salla CLI
Merchant API
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
Storefront
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. Recurring Payments API
  • Overview
  • Usage
  • Manage Subscriptions
  • Webhook Events
  • Change Log
  • Troubleshooting
  • APIs
    • Update Payment Method
      PUT
    • Charge Subscription
      POST
    • Cancel Subscription
      DELETE
Merchant API
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
Storefront
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Change Log
Salla CLI
Merchant API
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
Partner APIs
  • App API
  • Shipments & Fulfillment APIs
  • Salla AWB
  • Recurring Payments API
  • App Functions
Storefront
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Ecommerce Events
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. Recurring Payments API

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.1.0] - 2025-11-30#

This release includes new endpoint for updating subscription payment method, as well as adds support for creating subscription payments using the Create Order Endpoint.

Added#

Core API Endpoints#

EndpointMethodDescription
/subscriptions/{subscription_id}PUTUpdate Subscription Payment Method
Create Order Endpoint Enhancements:
Introduced the products.recurring object to specify subscription products within an order.
Added a new boolean field payment.recurring to indicate if the payment is for a recurring subscription.

Webhook Events#

EventDescription
subscription.updatedTriggered when a subscription is updated

[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-11-30 14:35:44
Previous
Webhook Events
Next
Troubleshooting