provider Categories POST /categories/create
@utdk/mercury /categories/create
Create a new category
Create a new custom expense category for the organization.

Try it

Authentication
Configure credentials for Mercury API
createcategory
POST/categories/create
Create a new custom expense category for the organization.

Input

required
required

Whether this category is applicable to card transactions

required

Whether this category is applicable to all other transaction kinds

required

Whether this category is applicable to expense reimbursement transactions

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import mercury from '@utdk/mercury';

await mercury.createcategory()