Last updated 1 year ago
Categories map to MCC codes that can optionally be associated with items. These are largely used for subscriptions, especially when a fiat payment provider is also used.
```json [ { "id": 1, "name": "A/C, Refrigeration Repair", "code": 7623 }, { "id": 2, "name": "Accounting/Bookkeeping Services", "code": 8931 }, { "id": 3, "name": "Advertising Services", "code": 7311 }, { "id": 4, "name": "Agricultural Cooperative", "code": 763 }, { "id": 5, "name": "Airlines, Air Carriers", "code": 4511 },......
curl -L \ --url 'https://api.loopcrypto.xyz/api/v1/item/category' \ --header 'api-key: YOUR_API_KEY' \ --header 'entity-id: text'
[ { "code": 5945, "name": "Hobby, Toy, and Game Shops", "id": 1 } ]