Skip to main content
Read merchant metadata associated with your API credentials — useful for multi-tenant dashboards and environment checks. Try in API Reference: Merchant info

Query parameters

ParameterRequiredDescription
merchant_idYesMerchant entity ID (integer)
merchant_typeYesMICRO_ORGANIZATION or ORGANIZATION

Minimal example

curl "https://api.heydollr.app/v1/merchants/merchant-info?merchant_id=42&merchant_type=ORGANIZATION" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
Response fields: id, name, type, email, phone.

Where to find merchant_id

  1. Log in to merchant.heydollr.app
  2. Open Settings → Business or Organization profile
  3. Copy your merchant / organization ID
merchant_type is ORGANIZATION for registered businesses or MICRO_ORGANIZATION for sole proprietors — match your account type.
Last modified on June 23, 2026