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.Documentation Index
Fetch the complete documentation index at: https://docs.iterapay.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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.The merchant’s unique identifier (UUID).
The merchant’s display name.
A list of balance entries, one per payment method.
Example request
Example response
Error responses
| Status | Description |
|---|---|
401 | Missing or invalid credentials. |
403 | Valid credentials but insufficient permissions. |