Amili Docs
Home
Products
Products
  • Debt.collection
  • Account Receivable
  • Distribution
Go to amili.no
Home
Products
Products
  • Debt.collection
  • Account Receivable
  • Distribution
Go to amili.no
  1. Settlement
  • About
  • Collection API
    • CallBanqSoft
      • banqsoft
    • Batches
      • Get all batches
      • Get organization batches
      • Get batch by ID
    • Collections
      • Retrieve cases for an organization
    • Invoice
      • Create a new invoice
      • Get organization invoices
      • Get invoice by ID
      • Get invoice documents by invoice id
      • Get invoice history by invoice id
      • Get invoice payments by invoice id
      • Pause invoice
      • Withdraw invoice
      • Resume invoice
    • Payment
      • Create new payments
    • Api Status
      • Ping the server
      • Ping the server to check if authorized
      • Check the status of the API health
    • Organizations
      • Get reports on a organization
    • Settlement
      • Retrieve settlements from an organization
        GET
  • AutoCollect
    • Attachment
      • /webapi/api/Attachment
    • Batch
      • /webapi/api/Batch
      • /webapi/api/Batch
    • Ping
      • /webapi/api/Ping
Home
Products
Products
  • Debt.collection
  • Account Receivable
  • Distribution
Go to amili.no
Home
Products
Products
  • Debt.collection
  • Account Receivable
  • Distribution
Go to amili.no
  1. Settlement

Retrieve settlements from an organization

GET
/orgs/{orgId}/settlements
Endpoint to create a new settlement in the system

Request

Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Path Params

Responses

🟢200OK
application/json
OK
Body

🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
🟠409Conflict
🟠422Unprocessable Entity
🟠423Locked
🟠429Too Many Requests
🔴500Internal Server Error
🔴501Not Implemented
🔴502Bad Gateway
🔴503Service Unavailable
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/orgs//settlements' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Example 1
{
    "summary": {
        "status": "string",
        "nextPageToken": "string"
    },
    "data": [
        {
            "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
            "organization": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "organizationNumber": "string",
                "name": "string"
            },
            "date": "2019-08-24T14:15:22Z",
            "remittanceDate": "2019-08-24T14:15:22Z",
            "currency": "string",
            "paymentAmount": 0,
            "invoice": {
                "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                "invoiceNumber": "string",
                "collectionCaseNumber": "string",
                "type": "string",
                "status": "string"
            },
            "principalDistribution": {
                "collector": 0,
                "creditor": 0
            },
            "feeDistribution": {
                "collector": 0,
                "creditor": 0
            },
            "interestDistribution": {
                "collector": 0,
                "creditor": 0
            },
            "vat": 0
        }
    ]
}
Modified at 2025-09-23 10:42:55
Previous
Get reports on a organization
Next
/webapi/api/Attachment
Built with