Get currently used MCC - celdotro/marketplace GitHub Wiki

About

  • Get list of currently used MCC

Class

celmarket\Admin\AdminInformation

Method

getCurrentMcc

API

  • method: admininfo
  • action: getCurrentMcc

Parameters

  • (no parameter)

Response

An object with the following attributes

  • (attribute) = MCC
    • name = MCC
    • value = MCC

Example - PHP

https://github.com/celdotro/marketplace_examples/blob/master/Admin/28.getCurrentMcc.php

Example - JSON

{
  "request": {
    
  },
  
  "response": {
   "1": 1 
  }
}
⚠️ **GitHub.com Fallback** ⚠️