v1
latestOpenAPI 3.0.02026-07-24103118224.7 KBConnect
Suspend a Connect sub-merchant
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.
post/api/connect/accounts/{subMerchantId}/suspend
Path parameters
subMerchantIdstring required
Example:usr_01JABCDEF0123456789XYZ
Sub-merchant user id
Response
Suspend a Connect sub-merchant successful
Example response
{
"id": "usr_01JABCDEF0123456789XYZ",
"email": "seller@example.com",
"merchantName": "Seller Alpha",
"firstName": "John",
"lastName": "Doe",
"marketplaceUserId": "usr_marketplace123",
"customerId": "cus_abc123",
"custodialWalletAddress": "0xABC123…"
}