v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBTransaction types
Create transaction type
Create a new transaction type. Examples of transaction types include cash-in and cash-out. For the list of transaction types on the Pismo platform, refer to Standard processing codes.
This endpoint generates the Transaction type created event.
For information on creating and managing processing codes and transaction types, refer to Processing codes and transaction types and Payments configurations.
post/v1/transaction-types
Request body
Example request
{
"transaction_type_id": 7001,
"description": "Payment",
"credit": true,
"posted_transaction": true
}Response
Created
Example response
{
"transaction_type_id": 7001,
"description": "Payment",
"credit": true,
"posted_transaction": true
}