Headers
Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.
Example:
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Path Parameters
Body
application/json
The name of the bank rule
Example:
"Monthly Salary"
The order of the bank rule
Example:
1
The account ID to apply the rule if
Example:
1
The transaction type to apply the rule if
Example:
"deposit"
The conditions type to apply the rule if
Example:
"and"
The conditions to apply the rule if
Example:
[
{
"field": "description",
"comparator": "contains",
"value": "Salary"
}
]
The category to assign the rule if
Example:
"Income:Salary"
The account ID to assign the rule if
Example:
1
The payee to assign the rule if
Example:
"Employer Inc."
The memo to assign the rule if
Example:
"Monthly Salary"