Skip to main content
GET
/
transactionmanagement
/
transaction-types
Transaction Types
curl --request GET \
  --url https://{tenant}.fincode.software/api/v6/services/transactionmanagement/transaction-types \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>'
Retrieves a list of all currently active and supported transaction types (e.g., ACCOUNTPAYMENT, CASH_PICKUP, BILL_PAYMENT) available for the organization associated with the subdomain. This is typically used to populate selection menus when a user initiates a new transaction flow.

Request Headers

This endpoint is typically open/unauthenticated and relies on the domain to identify the tenant.
platform
string
default:"fincode"
required
      Platform identifier. Use fincode.
uuid
string
default:"200"
required
Unique request identifier.

Code Examples

curl --location 'https://remitjunction.fincode.software/api/v6/services/transactionmanagement/transaction-types' \
--header 'platform: fincode' \
--header 'uuid: 200'

Headers

platform
string
default:fincode
required
uuid
string
default:200
required

Response

200

List of transaction types