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
createdAtstringformat: "date-time"
defaultCurrencyIdstring
kybCompleteboolean
disabledboolean
disabledReasonstring
billingobject
Billing configuration for the merchant
Countryobject or null
brandingobject or null

Errors