---
title: "Suspend a Connect sub-merchant"
method: POST
path: "/api/connect/accounts/{subMerchantId}/suspend"
tags: ["Connect"]
---

# Suspend a Connect sub-merchant

`POST /api/connect/accounts/{subMerchantId}/suspend`

Sets `stopProcessingSettlement = true`. Blocks `X-On-Behalf-Of` actions and pauses settlement/onramp processing for this sub-merchant while leaving balance, KYC, and wallet untouched. Idempotent.

## Path parameters

- `subMerchantId` string, required

## Response `200`

Suspend a Connect sub-merchant 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)
