Update a payment categorization rule

Update a new payment categorization rule for a specific merchant payment account

Path Params
string
required

Merchant payment account ident. Must not be null.

string
required

Categorization rule ident. Must not be null.

Body Params

Updates JSONata rules to map a Settlement to the correct transaction category used for automatic assignment.

string | null

Description of the rule.

string
required
length between 1 and 512

JSONata rule. Must return a Boolean value when applied to a PaymentDto. If the result is TRUE this rule is applied. Must not be blank. Size must be between 1 and 512.

int32
required
> 0

Priority of application. Lower number will be processed earlier. First match will be applied. Must not be null. Must be greater than 0.

string
required
length ≥ 1

Name of an existing payment category. See payment categories endpoint. Must not be blank.

Responses

Language
Credentials
OAuth2
Missing 1 required scope
LoadingLoading…
Response
Choose an example:
application/json