List Connected Merchants
GET/api/partner/v1/merchants
Lists the merchants onboarded through your partner channel. Requires scope account:read.
Pagination: cursor-based. Returns { data, next_cursor }; pass cursor (from the previous response's next_cursor) and per_page (max 200, default 50). This endpoint does not accept any filters.
Each row is { ref, channel, status }. Ownership is scoped to your partner account automatically - you only ever see your own merchants.
Request
Responses
- 200
- 401
- 403
Page of merchants.
Missing or invalid partner key.
The partner key is missing the account:read scope.