action yodlee_get_transaction_categories { label: "Get Transaction Category List" description: "The categories service returns the list of available transaction categories.
High level category is returned in the response only if it is opted by the customer.
When invoked by passing the cobrand session or admin access token, this service returns the supported transaction categories at the cobrand level.
When invoked by passing the cobrand session and the user session or user access token, this service returns the transaction categories
along with user-defined categories.
Double quotes in the user-defined category name will be prefixed by backslashes (\) in the response,
e.g. Toys \"R\" Us.
Source and id are the primary attributes of the category entity.

Note:
  • This service supports the localization feature and accepts locale as a header parameter.
  • " provider: yodlee method: GET path: "/transactions/categories" encoding: json output: { type: "object" additionalProperties: true } }