Update merchant feature configuration (Internal)

Update the isActive status of a specific feature for a merchant within an organization. Requires admin API key authentication.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

organizationIdstringRequired
Organization identifier
merchantIdstringRequired
Merchant identifier
featureCodestringRequired
Feature code to update

Headers

x-admin-api-keystringRequired

Request

This endpoint expects an object.
isActivebooleanRequired
Whether the feature should be active or not

Errors