v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBTransaction flows
Update transaction flow
Update key or custom_key for the relation between processing code and transaction type ID. You can only use this endpoint to update a transaction flow that is already created.
patch/v1/transaction-flow/processing-code/{processingCode}/transaction-type/{transactionTypeId}
Path parameters
processingCodestring required
Processing code for an existing transaction flow, given the transaction type ID.
transactionTypeIdinteger required
Transaction type ID related to the processing code.
Request body
Example request
{
"key": "OTHER",
"custom_key": "national_rate"
}Response
OK
Example response
{
"transaction_type_id": 7001,
"processing_code": "00AB11",
"key": "OTHER",
"custom_key": "national_rate"
}