Salla Docs
Merchant API
  • Merchant API
  • Salla OAuth 2.0
Partner APIs
  • App API
  • Shipment API
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
Storefront
  • Twilight Engine
  • Twilight SDK
  • Web Components
  • Change Log
Salla CLI
Salla - Opensource
Salla - Developers Community
  1. App API
  • Get Started
  • Create Your First App
  • App Events
  • Settings
    • App Setting Details
      GET
    • Update App Settings
      POST
  • Subscriptions
    • App Subscription Details
      GET
    • Update Subscription Balance
      POST
  • Settlements
    • List Instant Settlements
      GET
    • Create Instant Settlement
      POST
    • Update Instant Settlement
      PUT
    • Instant Settlement Details
      GET
  1. App API

Settlements

List Instant Settlements
GET/settlements/instant
This endpoint lists all the instant settlements including details such as amount and status that are associated with the store. :::warning[]This endpo...
Create Instant Settlement
POST/settlements/instant
This endpoint allows you to temporarily withhold a specific amount of money for settlement from the Merchant's wallet. :::warning[]This endpoint i...
Update Instant Settlement
PUT/settlements/instant/{id}
This endpoint allows you to update the status and the amount of a specific settlment by by passing the id as a path parameter. :::warning[]This endpoi...
Instant Settlement Details
GET/settlements/instant/{id}
This endpoint allows you to fetch the details for a specific settlement by passing the id as a path parameter. :::warning[]This endpoint is allowed on...
Previous
Update Subscription Balance
Next
List Instant Settlements