Get merchant features
Retrieve features configuration for a specific merchant within an organization. Requires ORGANIZATION_SETTINGS_VIEW_MERCHANT permission.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
organizationId
Organization identifier
merchantId
Merchant identifier
Response
Merchant features retrieved successfully
merchantId
Merchant identifier
features
Features configuration for the merchant
Errors
400
Get Merchant Features Request Bad Request Error
401
Get Merchant Features Request Unauthorized Error
403
Get Merchant Features Request Forbidden Error
404
Get Merchant Features Request Not Found Error
500
Get Merchant Features Request Internal Server Error