---
title: "List settlements"
method: GET
path: "/v1/merchants/{merchantId}/settlements"
tags: ["Settlements"]
---

# List settlements

`GET /v1/merchants/{merchantId}/settlements`

List the merchant's configured fiat and crypto settlement destinations.

## Path parameters

- `merchantId` string, required

## Response `200`

Settlements list

- object
  - `fiat` object[], required — Fiat settlement configurations attached to the merchant.
    - `id` string, required — Fiat settlement ID
    - `status` string, required — Fiat settlement status
    - `bankType` string, required — Bank account type
  - `crypto` object[], required — Crypto settlement destinations attached to the merchant.
    - `id` string, required — Crypto settlement ID
    - `asset` string, required — [CAIP-19](https://chainagnostic.org/CAIPs/caip-19) asset identifier
    - `destination` string, required — [CAIP-10](https://chainagnostic.org/CAIPs/caip-10) destination wallet

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/walletconnect/apis/walletconnect-pay-api.md) · [All operations](https://skmtc.net/walletconnect/apis/walletconnect-pay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/walletconnect/walletconnect-pay-api/revisions/8e5708191dde/schema)
