List merchants
Query a list of merchants given optional search criteria.
Query parameters
The unique platform identifier.
Prefix is "plt" in production and "sbx_plt" in sandbox.
The unique merchant identifier.
Prefix is "mid" in production and "sbx_mid" in sandbox.
Optional merchant name by which to search merchants.
One or more merchant statuses to filter by. Provide parameter multiple times to filter by multiple merchant status types.
ACTIVE DEACTIVATED ONBOARDING PENDING SUSPENDED
Optional billing profile ID by which to search merchants.
Created on or after in UTC RFC 3339 format.
Created on or before in UTC RFC 3339 format.
Last updated on or after in UTC RFC 3339 format.
Last updated on or before in UTC RFC 3339 format.
One or more merchant application statuses to filter by. Provide parameter multiple times to filter by multiple merchant application status types.
[ "CREATED" ]
Optional value by which to sort the result set. Default sort by is created_at.
Order in which to return the sorted results; ascending or descending. Default sort order is descending.
The maximum number of results to return.
The offset of the first result to return; zero-based.
Headers
Parameters
Response
OK