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

# Resume a suspended Connect sub-merchant

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

Clears `stopProcessingSettlement`. Idempotent — resuming an already-active sub-merchant is a no-op and returns the current state.

## Path parameters

- `subMerchantId` string, required

## Response `200`

Resume a suspended 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/revisions/3012dd3dd14a/schema)
