v1

latestOpenAPI 3.0.1Yodlee Developer License2026-07-1370179438.8 KB
Transactions

Create Category

The create transaction categories service is used to create user-defined categories for a system-defined category.<br>The parentCategoryId is the system-defined category id.This can be retrieved using get transaction categories service.<br>The categoryName can accept minimum of 1, maximum of 50 alphanumeric or special characters.<br>The HTTP response code is 201 (Created successfully).<br>

post/transactions/categories

Request body

parentCategoryIdinteger required
sourcestring
categoryNamestring

Response

Created Successfully