v1
latestOpenAPI 3.1.02026-07-242325051.4 MBMerchants
Merchants:Search
Find a merchant based on M-code or (part of the) company name
get/v2/merchants/imitate/search
Query parameters
criteriastring required
The term to search for (M-Code or part of the company name)
Response
OK
Example response
{
"merchants": [
{
"code": "M-1234-4321",
"name": "GMS Demo Merchant",
"status": "ACTIVE",
"connectionType": "BP",
"canImitate": true
}
],
"total": 10
}