cURL
curl --request POST \ --url https://business.bfinance.app/external/api/utils/mcc \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "mcc": "5812" }'
{ "status": "success", "data": { "code": "5812", "description": "Eating Places and Restaurants" } }
Retrieves the description of a given Merchant Category Code (MCC).
JWT authentication token
"5812"
Successfully retrieved MCC description
"success"
Show child attributes
Was this page helpful?
Contact support