Skip to main content
The Get Merchant endpoint returns the details for a single merchant identified by its UUID. Use this endpoint to read merchant configuration, verify settings, or fetch metadata before performing operations on the merchant. GET /merchants/{merchantID}

Authentication

Accepts a Bearer token (Authorization: Bearer <token>) or an API key (X-Api-Key: <key>).

Path parameters

string
required
The UUID of the merchant to retrieve.

Response fields

string
required
The merchant’s unique identifier (UUID).
string
required
The merchant’s display name.
object
Merchant-level configuration settings.

Example request

Example response

Error responses