Skip to main content
GET
/
merchant
/
api
/
v1
/
public
/
merchants
List merchants
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
}

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:20
Required range: 1 <= x <= 100

Response

List of merchants

success
boolean
Example:

true

merchants
object[]
page
integer
Example:

1

limit
integer
Example:

20

total
integer
Example:

5

total_pages
integer
Example:

1