Update a payment categorization rule

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

Path Params
string
required

Merchant payment account ident.

string
required

Categorization rule ident.

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
^\S(.*\S)?$

JSONata rule. Must return a Boolean value when applied to a PaymentDto. If the result is TRUE this rule is applied.
Must not be null.
Size must be between 1 and 512.
Must match with the regular expression '^\S(.*\S)?$'.

int32
required
≥ 1

Priority of application. Lower number will be processed earlier. First match will be applied.
Must not be null.
Must be greater than or equal to 1.

string
required
length between 1 and 255
^\S(.*\S)?$

Name of an existing payment category. See payment categories endpoint.
Must not be null.
Size must be between 1 and 255.
Must match with the regular expression '^\S(.*\S)?$'.

Responses

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