Create single merchant feature (Internal)

Create a single feature configuration for a specific 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

Headers

x-admin-api-keystringRequired

Request

This endpoint expects an object.
codestringRequired
Feature code to configure
isActivebooleanOptionalDefaults to true
Whether the feature should be active. Defaults to true if not provided.

Errors