v1

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

Get filter template

Get a specific filter template by its ID.

get/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.

Response

OK

idstring

Filter template ID

org_idstring

Organization ID

descriptionstring

Filter template description

Example response

{
  "id": "filter-template-123",
  "org_id": "20167751b-efd4-494c-9e4f-4b939560ff05",
  "description": "Standard retail transactions filter",
  "filters": {
    "processing_codes": [
      "0000",
      "0001",
      "0100"
    ],
    "min_installments": 1,
    "max_installments": 12,
    "mcc": [
      "5411",
      "5912"
    ],
    "account_type": "TRAN",
    "currency_code": "840"
  }
}