v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBTransaction flows
Create transaction flow
Creates a configuration linking a transaction type with a processing code.
See Processing codes and transaction types and Payments configurations for information on processing codes and transaction types, how to create them, and map them to each other.
post/v1/transaction-flow
Request body
Example request
{
"transaction_type_id": 7001,
"processing_code": "00AB11",
"key": "OTHER",
"custom_key": "national_rate"
}Response
Created
Example response
{
"transaction_type_id": 7001,
"processing_code": "00AB11",
"key": "OTHER",
"custom_key": "national_rate"
}