cURL
curl --request GET \ --url http://api-sandbox.fexpayments.com/merchant/api/v1/public/merchants
{ "success": true, "merchants": [ { "id": "74815c83-e47b-4dc5-aefe-abe4484dd280", "business_name": "Whole Foods Market" } ], "page": 1, "limit": 20, "total": 5, "total_pages": 1 }
Get a paginated list of all active merchants (public view — returns only ID and business name).
x >= 1
1 <= x <= 100
List of merchants
true
Show child attributes
1
20
5