Get merchant by ID
Retrieve detailed information 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 information retrieved successfully
merchantId
slug
profile
businessType
businessStructure
capabilities
chargesEnabled
countryId
createdAt
defaultCurrencyId
kybComplete
disabled
disabledReason
billing
Billing configuration for the merchant
Country
branding
Errors
400
Get Request Bad Request Error
401
Get Request Unauthorized Error
403
Get Request Forbidden Error
404
Get Request Not Found Error
500
Get Request Internal Server Error