Synswi
  1. Settlements
Synswi
  • Accounts
    • Get account setting
      GET
    • Upsert account setting
      POST
    • Get profile
      GET
    • Create new profile
      POST
    • List Accounts
      GET
  • Devices
    • Get Devices
      GET
  • Dispute
    • Get disputes
      GET
  • Invoice
    • Get invoice by id
      GET
    • Get invoices
      GET
    • Create an invoice
      POST
    • Pay an invoice
      POST
    • Send Invoice
      POST
    • Update an invoice
      POST
  • Payment instruments
    • Create a payment instrument
    • Get payment instruments
      GET
    • Get a payment instrument by id
      GET
  • Transactions
    • Get a transaction by id
      GET
    • Get transactions
      GET
    • Create a transaction
      POST
  • Settlements
    • get settlements
      GET
    • get settlement entries
      GET
  • Identity
    • Create an api key
      POST
    • Login
      POST
    • List api keys
      GET
  1. Settlements

get settlements

Developing
GET
https://api-dev.synswi.com/settlements

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-dev.synswi.com/settlements?limit=1&offset=1'

Responses

🟢200OK
application/json
Body

Example
[
    {
        "_id": "string",
        "id": "string",
        "createdAt": "string",
        "updatedAt": "string",
        "accountId": "string",
        "status": "string",
        "finixSettlementId": "string",
        "totalAmount": 0,
        "totalFees": 0,
        "netAmount": 0
    }
]
Previous
Create a transaction
Next
get settlement entries
Built with