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

Troubleshooting

Subscription Not Created#

Symptoms: Checkout completes successfully, but no subscription record appears in the dashboard or API.
Possible Causes & Solutions:
CauseRecommended Action
Missing or malformed recurring objectEnsure the recurring object follows the documented structure and contains valid fields.
Feature not enabledConfirm Recurring Payments are enabled in store settings.
Gateway transaction failedReview payment gateway logs for declined or incomplete transactions.

Other Common Issues#

Subscription not creating
Verify the app_id matches your Partner Portal application ID and all required parameters are present.
Button text not updating
Check that the hook is targeting the correct component and product ID.
Developer Tip
Use webhook logs (subscription.created) to confirm whether a subscription event was generated for the checkout.
Modified at 2025-10-22 13:42:43
Previous
Change Log
Next
APIs