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.

For more information about transaction rules, see the Transaction Rules Guide.

POST
/users/{user_guid}/transaction_rules

Path Parameters

FieldRequiredType

user_guid

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

Required
String

Header Parameters

FieldRequiredType

Accept-Version

MX Platform API version.

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