Skip to main content

Create transaction rule

Use this endpoint to create a new transaction rule. The newly-created transaction_rule object will be returned if successful.

POST
/users/{user_guid}/transaction_rules

Path Parameters

FieldRequiredType

user_guid

The unique identifier for a user, beginning with the prefix USR-.

Required
String

Request Body

TransactionRule object to be created with optional parameters (description) and required parameters (category_guid and match_description)

FieldRequiredType

transaction_rule

Required
Object
Loading...