Klaas API
Transactions Categorization
2min
This API is used to identify and categorize transactions.
POST
Request
Header Parameters
Content-Type
String
required
Must be 'application/json'
partner_code
String
required
Partner code
partner_token
String
required
Partner token
Body Parameters
uuid
String
required
UUID,unique identifier of partner user (for future billing purposes)
institutionCode
String
required
Institution Code, it should be the code in central bank
transactionSource
String
required
Transaction source,enum values: checking/creditcard. In case a user has transactions in both checking account and creditcard account, please POST Klavi API twice with different "transactionSource"
transactionDetails
Object
required
Transaction detail object
You can see that this API only adds the following three fields to the categoryDetail object in the request body.
Name | Type | Description |
---|---|---|
category | String | Transaction 1 level category |
subcategory | String | Transaction 2 level category |
thirdCategory | String | Transaction 3 level category |