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

organizationIdstringRequired
Organization identifier
merchantIdstringRequired
Merchant identifier

Headers

x-admin-api-keystringRequired

Response

Merchant information retrieved successfully
merchantIdstring
slugstring
profileobject
businessTypestring
businessStructurestring
capabilitiesobject
chargesEnabledboolean
countryIdstring
createdAtdatetime
defaultCurrencyIdstring
kybCompleteboolean
disabledboolean
disabledReasonstring
billingobject
Billing configuration for the merchant
Countryobject or null
brandingobject or null

Errors