---
title: "Get Connect sub-merchant account"
method: GET
path: "/api/connect/accounts/{subMerchantId}"
tags: ["Connect"]
---

# Get Connect sub-merchant account

`GET /api/connect/accounts/{subMerchantId}`

Returns the full sub-merchant profile, custodial wallet pointers, suspension flag, and flattened KYC state. 404s if the sub-merchant does not belong to the authenticated marketplace.

## Path parameters

- `subMerchantId` string, required

## Response `200`

Get Connect sub-merchant account 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
- `404` — Sub-merchant not found or does not belong to this marketplace

---

[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)
