Skip to main content
The List Merchants endpoint returns all merchants associated with your credentials along with their current balances. Use this endpoint to display an overview of all your merchant accounts or to check balance positions across payment methods. GET /merchants

Authentication

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

Response fields

The endpoint returns an array of merchant objects.
string
required
The merchant’s unique identifier (UUID).
string
required
The merchant’s display name.
object[]
required
A list of balance entries, one per payment method.

Example request

Example response

Error responses