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