v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Fee models

List fee models

Get an organization's fee models. The org ID is derived from the access token.

get/v1/fee/models

Response

OK

model_idnumber required

Pismo fee model ID

descriptionstring required

Fee description.

updated_atstring required

Model update date.

has_program_attachmentboolean required

Identifies whether the model has an attachment per program

has_org_attachmentboolean required

Identifies whether the model has an attachment per org

has_account_attachmentboolean required

Identifies whether the model has an attachment per account

Example response

[
  {
    "model_id": 455586868,
    "description": "Foreign currency surchange.",
    "updated_at": "2022-07-27T17:37:23.000Z"
  }
]