Configure merchant features (Internal)

Configure one or multiple features 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 a list of objects.
codestringRequired
Feature code to configure
isActivebooleanOptionalDefaults to true
Whether the feature should be active. Defaults to true if not provided.

Response

Features configuration completed with success and error counts
createdFeatureslist of objects
Successfully created features
errorslist of objects
Features that failed to create
successCountdouble
Number of successfully created features
errorCountdouble
Number of features that failed to create

Errors