Register
businessCatalogGet
https://sandbox-api.srpago.com/v1/catalog/business
Obtén un listado de los MCC’s predeterminados.
headers
AuthorizationBasic
Content-Typeapplication/json
Example Request
curl --location --request GET 'https://sandbox-api.srpago.com/v1/catalog/business' \
--header 'AuthorizationToken: {{API_KEY}} {{API_SECRET}}'
Example Response
{
"success": true,
"result": [
{
"id": 14,
"key": "grocery",
"name": "ABARROTES",
"status": true
},
{
"id": 15,
"key": "beauty",
"name": "BELLEZA",
"status": true
},
{
"id": 16,
"key": "beneficence",
"name": "BENEFICENCIA",
"status": true
},
{
"id": 17,
"key": "college",
"name": "COLEGIOS Y UNIVERSIDADES",
"status": true
},
{
"id": 18,
"key": "basic-education",
"name": "EDUCACIÓN BÁSICA",
"status": true
},
{
"id": 19,
"key": "parking",
"name": "ESTACIONAMIENTO",
"status": true
},
{
"id": 20,
"key": "experience",
"name": "EXPERIENCIAS",
"status": true
},
{
"id": 21,
"key": "fast-food",
"name": "FAST FOOD",
"status": true
},
{
"id": 22,
"key": "gas-station",
"name": "GASOLINERA",
"status": true
},
{
"id": 23,
"key": "government",
"name": "GOBIERNO",
"status": true
},
{
"id": 24,
"key": "kinder",
"name": "GUARDERIA",
"status": true
},
{
"id": 25,
"key": "hospital",
"name": "HOSPITAL",
"status": true
},
{
"id": 26,
"key": "hotel",
"name": "HOTELES",
"status": true
},
{
"id": 27,
"key": "doctor-dentist",
"name": "MEDICOS Y DENTISTAS",
"status": true
},
{
"id": 28,
"key": "retail",
"name": "MINORISTAS",
"status": true
},
{
"id": 29,
"key": "toll",
"name": "PEAJE",
"status": true
},
{
"id": 30,
"key": "parts",
"name": "REFACCIONES",
"status": true
},
{
"id": 31,
"key": "restaurant2",
"name": "RESTAURANTE",
"status": true
},
{
"id": 32,
"key": "supermarket",
"name": "SUPERMERCADOS",
"status": true
},
{
"id": 33,
"key": "transport",
"name": "TRANSPORTE",
"status": true
},
{
"id": 34,
"key": "travel",
"name": "TURISMO",
"status": true
},
{
"id": 35,
"key": "service",
"name": "VENTA SERVICIOS Y OTROS",
"status": true
}
]
}