v1
latestOpenAPI 3.0.22026-08-061303782.1 MBList Merchants
Retrieve a list of Merchant resources.
Query parameters
Return every resource created after the cursor value.
Return every resource created before the cursor value.
Filter by Application ID.
Filter by the Merchant's country (ISO 3166 alpha-3).
Filter by the Merchant's currencies (ISO 4217).
Filter where created_at is after the given date.
Filter where created_at is before the given date.
Filter by id.
Filter by the business_name of the Merchant's identity (exact match).
Filter by the business_name of the Merchant's identity (partial match).
Filter by the doing_business_as of the Merchant's identity (exact match).
Filter by the doing_business_as of the Merchant's identity (partial match).
Filter by the first_name of the Merchant's identity (exact match).
Filter by the first_name of the Merchant's identity (partial match).
Filter by the Merchant's identity.
Filter by the last_name of the Merchant's identity (exact match).
Filter by the last_name of the Merchant's identity (partial match).
Filter by the identity_roles of the Merchant's identity.
Filter by the Merchant's mcc.
Filter by the Merchant's merchant_name (exact match).
Filter by the Merchant's merchant_name (partial match).
Filter by whether the Merchant's processing is enabled (processing_enabled).
Filter by the Merchant's processor.
Filter by whether the Merchant's settlements are enabled (settlement_enabled).
The numbers of items to return.
Filter where updated_at is after the given date.
Filter where updated_at is before the given date.
Filter by the Merchant's verification.
Headers
Specify the API version of your request. For more details, see Versioning.
Response
List of Merchant resources
Example response
{
"_embedded": {
"List of Merchants": [
{
"termination_details": {
"terminated_at": "2024-09-16T13:11:36.72Z"
}
}
]
}
}