v1
latestOpenAPI 3.1.02026-07-242325051.4 MBTurnoverGroup
TurnoverGroups:List
Retrieve a simple list of all turnover groups. You can supply a merchant code to retrieve the turnovergroups for that merchant. If no merchant code is provided, the turnover groups associated with your own merchant registration will be returned.
get/v2/turnovergroups/list
Query parameters
Provides filtering based on merchant code.
{
"eq": "M-1234-4321"
}Response
OK
Example response
{
"turnoverGroups": [
{
"code": "CT-1234-4321",
"name": "E-Commerce"
}
],
"total": 10
}