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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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

Enter a gateway URL above to enable sending.

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

TypeScript

import mercury from '@utdk/mercury';

await mercury.createcategory()