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
organizationId
Organization identifier
merchantId
Merchant identifier
Headers
x-admin-api-key
Request
This endpoint expects a list of objects.
code
Feature code to configure
isActive
Whether the feature should be active. Defaults to true if not provided.
Response
Features configuration completed with success and error counts
createdFeatures
Successfully created features
errors
Features that failed to create
successCount
Number of successfully created features
errorCount
Number of features that failed to create