Skip to main content

Looking for an older version of the API? It is still stable and supported. Select the link below to navigate to the legacy documentation.

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...