---
title: "List Connect sub-merchant accounts"
method: GET
path: "/api/connect/accounts"
tags: ["Connect"]
---

# List Connect sub-merchant accounts

`GET /api/connect/accounts`

Paginated list of sub-merchants owned by the authenticated marketplace. Results are ordered by creation date (newest first) and are always scoped to the caller, so cross-marketplace reads are structurally impossible.

## Query parameters

- `page` number
- `limit` number
- `email` string
- `merchantName` string

## Response `200`

List Connect sub-merchant accounts successful

- ConnectAccountDto[]
  - `id` string, required
  - `email` string, required
  - `merchantName` string, nullable, required
  - `firstName` string, nullable, required
  - `lastName` string, nullable, required
  - `accountType` 'INDIVIDUAL' | 'MARKETPLACE' | 'SUB_MERCHANT', required
  - `marketplaceUserId` string, required
  - `marketplaceMetadata` object, nullable, required
  - `customerId` string, nullable, required — KYC provider customer id linked to this sub-merchant
  - `custodialWalletAddress` string, nullable, required — Custodial wallet address for this sub-merchant
  - `stopProcessingSettlement` boolean, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `401` — Unauthorized - Invalid API key

---

[API](https://skmtc.net/inflowpay/apis/inflow-api.md) · [All operations](https://skmtc.net/inflowpay/apis/inflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inflowpay/inflow-api/versions/3012dd3dd14a/schema)
