Create Category Rule

Create a single category rule

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Creating Category Rules just requires sending the categoryId that you can recover from the list of Categories.

Example of creating a rule:

{
    "description": "Mc Donalds",
    "categoryId": "11010000"
}
Body Params

Create client category rule

string
required

Description of the transaction rule.

string
required

Identifier of the category

string

Transaction type (DEBIT/CREDIT)

string

Account type (CHECKING_ACCOUNT/CREDIT_CARD)

string

Type of match used to identify the rule (exact/contains/startsWith/endsWith), if not provided, defaults to 'exact'

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json