Transaction 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
}Changes
No recorded changes to this endpoint across all 1 revision of this API.