Get merchant by ID

Retrieve detailed information for a specific merchant within an organization. Requires ORGANIZATION_SETTINGS_VIEW_MERCHANT permission.

Path parameters

organizationIdstringRequired
Organization identifier
merchantIdstringRequired
Merchant identifier

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Merchant information retrieved successfully
merchantIdstring
slugstring
profileobject
businessTypestring
businessStructurestring
capabilitiesobject
chargesEnabledboolean
countryIdstring
createdAtdatetime
defaultCurrencyIdstring
kybCompleteboolean
disabledboolean
disabledReasonstring
Countryobject or null
brandingobject or null

Errors