<b>Provide Supported MCCs</b>
GET {{baseUrl}}/supported-merchant-categories
This service provides a list of merchant category codes supported by the application. While sending transaction data in the Transaction object, 'MCC' should be from one of the supported merchant categories. It is recommended to cache this list and use it for checking before sending transactions for footprint calculation.
Generally, this list doesn't change that often but it is recommended to refresh this data every 24-hours.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"merchantCategories":[{"mcc":3860},{"mcc":3861},{"mcc":3620},{"mcc":3862},{"mcc":3621},{"mcc":3863},{"mcc":5800}]}