v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Balance configurations

Update filter template

Update filter template. Each update will version the filter template, allowing you to track changes over time.

put/v1/balances-configs/filter-templates/{id}

Path parameters

idstring required
Example:filter-template-123

Filter template ID

Headers

x-tenantstring

Organization ID

x-cidstring

The Correlation Identifier field is used to link related API requests and events. The x-cid can help the Pismo engineering team track everything related to a call. You can find the x-cid field in the response header of an API endpoint call. If the x-cid value isn't passed, one is automatically generated.

Request body

descriptionstring

Filter template description

Example request

{
  "description": "Updated retail transactions filter",
  "filters": {
    "processing_codes": [
      "0000",
      "0001",
      "0100"
    ],
    "min_installments": 1,
    "max_installments": 12,
    "mcc": [
      "5411",
      "5912"
    ],
    "account_type": "TRAN",
    "currency_code": "840"
  }
}

Response

No Content - Successfully updated