v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Model list

Update model list

Update the model list identified in the path, either adding new values or deleting values.

patch/v1/models/list/{listId}

Path parameters

listIdstring required

List ID

Request body

appendstring[]

Values to add to the model list.

deletestring[]

Values to remove from the model list.

Example request

{
  "append": [
    "VALUE 1",
    "VALUE 2"
  ],
  "delete": [
    "VALUE 3",
    "VALUE 4"
  ]
}

Response

OK

type'INSTALLMENT_NUMBER' | 'PROCESSING_CODE' | 'ACCOUNT_TYPE' | 'ORIGIN' | 'DCC' | 'DOMESTIC' | 'MERCHANT_NAME_LIST' | 'INSTALLMENT_PLAN' | 'AMOUNT' | 'MERCHANT_CATEGORY_CODE' | 'REVERSAL_INDICATOR' | 'AUTHORIZATION_FLOW' | 'ORIGINAL_PROCESSING_CODE' | 'MTI'

List types and data formats allowed: - INSTALLMENT_NUMBER - Integer values - PROCESSING_CODE - Alphanumeric strings - ACCOUNT_TYPE - Alphanumeric strings - ORIGIN- Alphanumeric strings - DCC- Boolean values - DOMESTIC- Boolean values - MERCHANT_NAME_LIST - Alphanumeric strings - INSTALLMENT_PLAN - Alphanumeric strings - AMOUNT - Numbers with or without decimal places - MERCHANT_CATEGORY_CODE - Alphanumeric strings - REVERSAL_INDICATOR - Boolean values - AUTHORIZATION_FLOW - Either PAYMENTS or NETWORK - ORIGINAL_PROCESSING_CODE- Original processing code or persisted authorization processing code - MTI - Message Type Indicator (MTI) - a four-digit numeric field - ISO 8583 standard

datastring[]

List of values used to evaluate the rule condition.

Example response

{
  "type": "MERCHANT_NAME_LIST",
  "data": [
    "MERCHANT 1",
    "MERCHANT 2"
  ]
}