Skip to main content
GET
List merchants
This endpoint returns merchants visible to your API key. Results are sorted alphabetically by name.

Merchant IDs

Each merchant has a stable UUID that remains consistent across API calls. Use this ID with the merchant_id filter on /v1/transactions to get all transactions for a merchant.

Next Steps

List Transactions

Filter transactions by merchant_id

List Branches

Get branches for a specific merchant

Authorizations

X-API-Key
string
header
required

API key enabled for Transaction Reporting. Send the complete value exactly as issued.

Query Parameters

page_size
integer
default:20

Number of results per page. Integer 1 to 100 (default 20). Values above 100 are clamped to 100.

Required range: 1 <= x <= 100
cursor
string

Opaque cursor token from a previous response's next_cursor field.

Response

Merchant list

data
object[]
required
pagination
object