POST
/
v1
/
rules
/
{rule-id}
/
filters
/

Path Parameters

rule-id
string
required

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json
parameters
object
type
enum<string>
required

MCC

Matches if MCC in request is in parameter list. Parameters: List of MCC codes

Amount

Matches if amount is greater than the parameter. Parameters: Single element containing floating number

MERCHANT_COUNTRY

Matches if country code is in parameter list. Parameters: List of country codes

CARDHOLDER_VERIFICATION

Matches if cardholder verification is in parameter list. Parameters: List of cardholder verifications

CARD_ENTRY_MODE

Matches if card entry mode is in parameter list. Parameters: List of card entry modes

CARDHOLDER_PRESENT

Parameters: boolean value

ACQUIRER_ID

Matches if acquirer id is in parameter list. Parameters: List of acquirer ids

Available options:
MCC,
AMOUNT,
MERCHANT_COUNTRY,
CARDHOLDER_VERIFICATION,
CARD_ENTRY_MODE,
CARDHOLDER_PRESENT,
ACQUIRER_ID
reversed
boolean
default: false

Response

200 - application/json
id
string
type
enum<string>

MCC

Matches if MCC in request is in parameter list. Parameters: List of MCC codes

Amount

Matches if amount is greater than the parameter. Parameters: Single element containing floating number

MERCHANT_COUNTRY

Matches if country code is in parameter list. Parameters: List of country codes

CARDHOLDER_VERIFICATION

Matches if cardholder verification is in parameter list. Parameters: List of cardholder verifications

CARD_ENTRY_MODE

Matches if card entry mode is in parameter list. Parameters: List of card entry modes

CARDHOLDER_PRESENT

Parameters: boolean value

ACQUIRER_ID

Matches if acquirer id is in parameter list. Parameters: List of acquirer ids

Available options:
MCC,
AMOUNT,
MERCHANT_COUNTRY,
CARDHOLDER_VERIFICATION,
CARD_ENTRY_MODE,
CARDHOLDER_PRESENT,
ACQUIRER_ID
reversed
boolean