Synswi
  1. Settlements
Synswi
  • Guides
    • Getting Started With the API
  • API Reference
    • Accounts
      • Onboarding forms
        • Create a Onboarding Form
      • Get profile
      • Create new profile
      • Register webhook
      • Get Accounts
    • Account Setting
      • Get account setting
      • Update account setting
    • Devices
      • Get Devices
    • Dispute
      • Get disputes
    • Payment instruments
      • Create a payment instrument
      • Get payment instruments
      • Get a payment instrument by id
      • Create a Payment Instrument
    • Transactions
      • Get a transaction by id
      • Get transactions
      • Create a transaction
      • Update a transaction
      • Refund a transaction
    • Fees
      • Get current fee profile
    • Settlements
      • get settlements
        GET
      • get settlement entries
        GET
    • Identity
      • Register an user
      • Login
      • Validate Token
      • Create an api key
      • List api keys
      • Get Users
    • Programs
      • Accounts
    • Permission
      • Verify user permissions
      • Get Account Users
      • List Accounts
    • Events
      • Get Events
  1. Settlements

get settlements

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

Request

Query Params

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
Get current fee profile
Next
get settlement entries
Built with